Shades of Conifer #AAE84B
Tints of Conifer #AAE84B
RGB
CMYK
RGB Variations
Color information
#AAE84B (or 0xAAE84B) is known color: Conifer. HEX triplet: AA, E8 and 4B. RGB value is (170,232,75). Sum of RGB (Red+Green+Blue) = 170+232+75=477 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.64% from 477); Green value is 232 (91.02% from 255 or 48.64% from 477); Blue value is 75 (29.69% from 255 or 15.72% from 477); Max value from RGB is 232 - color contains mainly: green. Hex color #AAE84B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAE84B is #5517B4. Grayscale: #C4C4C4. Windows color (decimal): -5576629 or 4974762. OLE color: 4974762.
HSL color Cylindrical-coordinate representation of color #AAE84B: hue angle of 83.69º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AAE84B is Cyan = 0.27, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 232 | 75 | - |
| CMYK | 0.27 | 0 | 0.68 | 0.09 |
| HSL | 83.69º | 0.77% | 0.6% | - |
| HSV(B) | 83.69º | 0.68% | 0.91% | - |
| XYZ | 46.7 | 66.77 | 17.08 | - |
| YUV | 195.56 | 59.96 | 109.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 232 | 75 | 0.27 | 0 | 0.68 | 0.09 | 83.69 | 0.77 | 0.6 |
| Hex | AA | E8 | 4B | 1B | 0 | 44 | 9 | 54 | 4D | 3C |
| Octal | 252 | 350 | 113 | 33 | 0 | 104 | 11 | 124 | 115 | 74 |
| Binary | 10101010 | 11101000 | 1001011 | 11011 | 0 | 1000100 | 1001 | 1010100 | 1001101 | 111100 |
Color Harmonies of #AAE84B
Complementary color
Monochromatic Colors of #AAE84B
Black with #AAE84B
Text Example
Text Example
White with #AAE84B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE84B; }
p { color: rgb(170,232,75); }
H1.HeaderClassName
{
color: #AAE84B;
}
.AnyTagClassName
{
color: #AAE84B;
}
</style>
background-color css
<style>
a { background-color: #AAE84B; }
a { background-color: rgb(170,232,75); }
div.DivClassName
{
background-color: #AAE84B;
}
.BgClassName
{
background-color: #AAE84B;
}
</style>
border-color css
<style>
span { border-color: #AAE84B; }
span { border-color: rgb(170,232,75); }
td.TdClassName
{
border-color: #AAE84B;
}
.TagClassName
{
border-color: #AAE84B;
}
</style>