Shades of Conifer #AAF864
Tints of Conifer #AAF864
RGB
CMYK
RGB Variations
Color information
#AAF864 (or 0xAAF864) is known color: Conifer. HEX triplet: AA, F8 and 64. RGB value is (170,248,100). Sum of RGB (Red+Green+Blue) = 170+248+100=518 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.82% from 518); Green value is 248 (97.27% from 255 or 47.88% from 518); Blue value is 100 (39.45% from 255 or 19.31% from 518); Max value from RGB is 248 - color contains mainly: green. Hex color #AAF864 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF864 is #55079B. Grayscale: #D0D0D0. Windows color (decimal): -5572508 or 6617258. OLE color: 6617258.
HSL color Cylindrical-coordinate representation of color #AAF864: hue angle of 91.62º 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 #AAF864 is Cyan = 0.31, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 170 | 248 | 100 | - |
| CMYK | 0.31 | 0 | 0.60 | 0.03 |
| HSL | 91.62º | 0.91% | 0.68% | - |
| HSV(B) | 91.62º | 0.6% | 0.97% | - |
| XYZ | 52.45 | 76.6 | 24.08 | - |
| YUV | 207.81 | 67.16 | 101.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 248 | 100 | 0.31 | 0 | 0.60 | 0.03 | 91.62 | 0.91 | 0.68 |
| Hex | AA | F8 | 64 | 1F | 0 | 3C | 3 | 5C | 5B | 44 |
| Octal | 252 | 370 | 144 | 37 | 0 | 74 | 3 | 134 | 133 | 104 |
| Binary | 10101010 | 11111000 | 1100100 | 11111 | 0 | 111100 | 11 | 1011100 | 1011011 | 1000100 |
Color Harmonies of #AAF864
Complementary color
Monochromatic Colors of #AAF864
Black with #AAF864
Text Example
Text Example
White with #AAF864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF864; }
p { color: rgb(170,248,100); }
H1.HeaderClassName
{
color: #AAF864;
}
.AnyTagClassName
{
color: #AAF864;
}
</style>
background-color css
<style>
a { background-color: #AAF864; }
a { background-color: rgb(170,248,100); }
div.DivClassName
{
background-color: #AAF864;
}
.BgClassName
{
background-color: #AAF864;
}
</style>
border-color css
<style>
span { border-color: #AAF864; }
span { border-color: rgb(170,248,100); }
td.TdClassName
{
border-color: #AAF864;
}
.TagClassName
{
border-color: #AAF864;
}
</style>