COLOR #63AE0A

HEX: #63AE0A
RGB: (99,174,10)

Color info

#63AE0A contains mainly green color. Web safe color of #63AE0A is #669900 (or #690).

RGB color model

#63AE0A color RGB value is (99,174,10).

  • red value is 99;
  • green value is 174;
  • blue value is 10.
RGB:
(99,174,10)
(39%,68%,4%)

RGB channels and saturation

R 99 of 255 = 39%
G 174 of 255 = 68%
B 10 of 255 = 4%

99
174
10

R + G + B ~ 37%. #63AE0A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 174 + 10 = 283 (100%)
R 99 of 283 ~ 34.98%
G 174 of 283 ~ 61.48%
B 10 of 283 ~ 3.53%

%34.98
%61.48

CMYK color model

#63AE0A color CMYK value is (43,0,94,32).

  • cyan value is 43.10%
  • magenta value is 0.00%
  • yellow value is 94.25%
  • key color value is 31.76%
CMYK:
(43,0,94,32)
C43M0Y94K32 
(43%,0%,94%,32%)
(0.43/0.00/0.94/0.32)	

CMYK percentages

%43.1
%0
%94.25
%31.76

Codes

Color #63AE0A in popluar color models

63AE0A
RGB9917410
HSL87°89.13%36.08%
HSB/HSV87°94.25%68.24%
CMYK43.10%0.00%94.25%
31.76%

Color #63AE0A in popluar number systems.

HEX63AE0A
Decimal9917410
Binary1100011101011101010
Octal14325612

Shades and tints

Shades of #63AE0A

#63AE0A
(99,174,10)
#5A9F0A
(90,159,10)
#51900A
(81,144,10)
#48810A
(72,129,10)
#3F720A
(63,114,10)
#36630A
(54,99,10)
#2D540A
(45,84,10)
#24450A
(36,69,10)
#1B360A
(27,54,10)
#12270A
(18,39,10)
#09180A
(9,24,10)
#000000
(0,0,0)

Tints of #63AE0A

#63AE0A
(99,174,10)
#71B520
(113,181,32)
#7FBC36
(127,188,54)
#8DC34C
(141,195,76)
#9BCA62
(155,202,98)
#A9D178
(169,209,120)
#B7D88E
(183,216,142)
#C5DFA4
(197,223,164)
#D3E6BA
(211,230,186)
#E1EDD0
(225,237,208)
#EFF4E6
(239,244,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63AE0A color. Also use rgb(99,174,10) instead hex code.

Text Font Color

.myTextColor { color: #63AE0A; }

<p style="color:#63AE0A">This sample text font color is #63AE0A.</p>

This text font color is #63AE0A.


Background Color

.myBgColor { background-color: #63AE0A; }

<div style="background-color:#63AE0A">Inner text</div>

This div background color is #63AE0A.


Border color

.myBorderColor { border: 1px solid #63AE0A; }

<div style="border:3px solid #63AE0A">Div</div>

This div border color is #63AE0A.


Opacity

.myOpacity80 { color: #63AE0A; opacity: 0.8; }

<p style="color:#63AE0A;opacity:0.8;">80%</p>

Text with #63AE0A color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #63AE0A;}

<p style="text-shadow: 3px 3px 1px #63AE0A">Text here.</p>

This text has shadow with #63AE0A color.

.textShadow {text-shadow: 3px 3px 1px #63AE0A, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #63AE0A, 5px 5px 20px red">Text here.</p>

This text has shadow with #63AE0A primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#63AE0A, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#63AE0A, Direction=45, Strength=4)">Text</p>

This text has shadow with #63AE0A and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #63AE0A;
  -webkit-box-shadow:	1px 1px 3px 2px #63AE0A;
  box-shadow:		1px 1px 3px 2px #63AE0A;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #63AE0A;
-webkit-box-shadow: 1px 1px 3px 2px #63AE0A;
box-shadow:1px 1px 3px 2px #63AE0A;">
Div content here</div>
This div box has shadow with color #63AE0A.

Preview

Color preview on black background

This text has color #63AE0A on black background.


Color preview on white background

This text has color #63AE0A on white background.



Black color preview on #63AE0A background

This text has black color on #63AE0A background.


White color preview on #63AE0A background

This text has white color on #63AE0A background.