Shades of Conifer #AAF862
Tints of Conifer #AAF862
RGB
CMYK
RGB Variations
Color information
#AAF862 (or 0xAAF862) is known color: Conifer. HEX triplet: AA, F8 and 62. RGB value is (170,248,98). Sum of RGB (Red+Green+Blue) = 170+248+98=516 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.95% from 516); Green value is 248 (97.27% from 255 or 48.06% from 516); Blue value is 98 (38.67% from 255 or 18.99% from 516); Max value from RGB is 248 - color contains mainly: green. Hex color #AAF862 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF862 is #55079D. Grayscale: #D0D0D0. Windows color (decimal): -5572510 or 6486186. OLE color: 6486186.
HSL color Cylindrical-coordinate representation of color #AAF862: hue angle of 91.2º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AAF862 is Cyan = 0.31, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 170 | 248 | 98 | - |
| CMYK | 0.31 | 0 | 0.60 | 0.03 |
| HSL | 91.2º | 0.91% | 0.68% | - |
| HSV(B) | 91.2º | 0.6% | 0.97% | - |
| XYZ | 52.35 | 76.56 | 23.57 | - |
| YUV | 207.58 | 66.16 | 101.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 248 | 98 | 0.31 | 0 | 0.60 | 0.03 | 91.2 | 0.91 | 0.68 |
| Hex | AA | F8 | 62 | 1F | 0 | 3C | 3 | 5B | 5B | 44 |
| Octal | 252 | 370 | 142 | 37 | 0 | 74 | 3 | 133 | 133 | 104 |
| Binary | 10101010 | 11111000 | 1100010 | 11111 | 0 | 111100 | 11 | 1011011 | 1011011 | 1000100 |
Color Harmonies of #AAF862
Complementary color
Monochromatic Colors of #AAF862
Black with #AAF862
Text Example
Text Example
White with #AAF862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF862; }
p { color: rgb(170,248,98); }
H1.HeaderClassName
{
color: #AAF862;
}
.AnyTagClassName
{
color: #AAF862;
}
</style>
background-color css
<style>
a { background-color: #AAF862; }
a { background-color: rgb(170,248,98); }
div.DivClassName
{
background-color: #AAF862;
}
.BgClassName
{
background-color: #AAF862;
}
</style>
border-color css
<style>
span { border-color: #AAF862; }
span { border-color: rgb(170,248,98); }
td.TdClassName
{
border-color: #AAF862;
}
.TagClassName
{
border-color: #AAF862;
}
</style>