Shades of Conifer #AAF85B
Tints of Conifer #AAF85B
RGB
CMYK
RGB Variations
Color information
#AAF85B (or 0xAAF85B) is known color: Conifer. HEX triplet: AA, F8 and 5B. RGB value is (170,248,91). Sum of RGB (Red+Green+Blue) = 170+248+91=509 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.40% from 509); Green value is 248 (97.27% from 255 or 48.72% from 509); Blue value is 91 (35.94% from 255 or 17.88% from 509); Max value from RGB is 248 - color contains mainly: green. Hex color #AAF85B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF85B is #5507A4. Grayscale: #CFCFCF. Windows color (decimal): -5572517 or 6027434. OLE color: 6027434.
HSL color Cylindrical-coordinate representation of color #AAF85B: hue angle of 89.81º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AAF85B is Cyan = 0.31, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 170 | 248 | 91 | - |
| CMYK | 0.31 | 0 | 0.63 | 0.03 |
| HSL | 89.81º | 0.92% | 0.66% | - |
| HSV(B) | 89.81º | 0.63% | 0.97% | - |
| XYZ | 52.03 | 76.44 | 21.91 | - |
| YUV | 206.78 | 62.66 | 101.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 248 | 91 | 0.31 | 0 | 0.63 | 0.03 | 89.81 | 0.92 | 0.66 |
| Hex | AA | F8 | 5B | 1F | 0 | 3F | 3 | 5A | 5C | 42 |
| Octal | 252 | 370 | 133 | 37 | 0 | 77 | 3 | 132 | 134 | 102 |
| Binary | 10101010 | 11111000 | 1011011 | 11111 | 0 | 111111 | 11 | 1011010 | 1011100 | 1000010 |
Color Harmonies of #AAF85B
Complementary color
Monochromatic Colors of #AAF85B
Black with #AAF85B
Text Example
Text Example
White with #AAF85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF85B; }
p { color: rgb(170,248,91); }
H1.HeaderClassName
{
color: #AAF85B;
}
.AnyTagClassName
{
color: #AAF85B;
}
</style>
background-color css
<style>
a { background-color: #AAF85B; }
a { background-color: rgb(170,248,91); }
div.DivClassName
{
background-color: #AAF85B;
}
.BgClassName
{
background-color: #AAF85B;
}
</style>
border-color css
<style>
span { border-color: #AAF85B; }
span { border-color: rgb(170,248,91); }
td.TdClassName
{
border-color: #AAF85B;
}
.TagClassName
{
border-color: #AAF85B;
}
</style>