Shades of Conifer #AAEA4D
Tints of Conifer #AAEA4D
RGB
CMYK
RGB Variations
Color information
#AAEA4D (or 0xAAEA4D) is known color: Conifer. HEX triplet: AA, EA and 4D. RGB value is (170,234,77). Sum of RGB (Red+Green+Blue) = 170+234+77=481 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.34% from 481); Green value is 234 (91.80% from 255 or 48.65% from 481); Blue value is 77 (30.47% from 255 or 16.01% from 481); Max value from RGB is 234 - color contains mainly: green. Hex color #AAEA4D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAEA4D is #5515B2. Grayscale: #C5C5C5. Windows color (decimal): -5576115 or 5106346. OLE color: 5106346.
HSL color Cylindrical-coordinate representation of color #AAEA4D: hue angle of 84.46º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AAEA4D is Cyan = 0.27, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 170 | 234 | 77 | - |
| CMYK | 0.27 | 0 | 0.67 | 0.08 |
| HSL | 84.46º | 0.79% | 0.61% | - |
| HSV(B) | 84.46º | 0.67% | 0.92% | - |
| XYZ | 47.34 | 67.93 | 17.64 | - |
| YUV | 196.97 | 60.3 | 108.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 234 | 77 | 0.27 | 0 | 0.67 | 0.08 | 84.46 | 0.79 | 0.61 |
| Hex | AA | EA | 4D | 1B | 0 | 43 | 8 | 54 | 4F | 3D |
| Octal | 252 | 352 | 115 | 33 | 0 | 103 | 10 | 124 | 117 | 75 |
| Binary | 10101010 | 11101010 | 1001101 | 11011 | 0 | 1000011 | 1000 | 1010100 | 1001111 | 111101 |
Color Harmonies of #AAEA4D
Complementary color
Monochromatic Colors of #AAEA4D
Black with #AAEA4D
Text Example
Text Example
White with #AAEA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEA4D; }
p { color: rgb(170,234,77); }
H1.HeaderClassName
{
color: #AAEA4D;
}
.AnyTagClassName
{
color: #AAEA4D;
}
</style>
background-color css
<style>
a { background-color: #AAEA4D; }
a { background-color: rgb(170,234,77); }
div.DivClassName
{
background-color: #AAEA4D;
}
.BgClassName
{
background-color: #AAEA4D;
}
</style>
border-color css
<style>
span { border-color: #AAEA4D; }
span { border-color: rgb(170,234,77); }
td.TdClassName
{
border-color: #AAEA4D;
}
.TagClassName
{
border-color: #AAEA4D;
}
</style>