Shades of Conifer #AAF064
Tints of Conifer #AAF064
RGB
CMYK
RGB Variations
Color information
#AAF064 (or 0xAAF064) is known color: Conifer. HEX triplet: AA, F0 and 64. RGB value is (170,240,100). Sum of RGB (Red+Green+Blue) = 170+240+100=510 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.33% from 510); Green value is 240 (94.14% from 255 or 47.06% from 510); Blue value is 100 (39.45% from 255 or 19.61% from 510); Max value from RGB is 240 - color contains mainly: green. Hex color #AAF064 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF064 is #550F9B. Grayscale: #CBCBCB. Windows color (decimal): -5574556 or 6615210. OLE color: 6615210.
HSL color Cylindrical-coordinate representation of color #AAF064: hue angle of 90º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AAF064 is Cyan = 0.29, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 240 | 100 | - |
| CMYK | 0.29 | 0 | 0.58 | 0.06 |
| HSL | 90º | 0.82% | 0.67% | - |
| HSV(B) | 90º | 0.58% | 0.94% | - |
| XYZ | 50.04 | 71.79 | 23.28 | - |
| YUV | 203.11 | 69.81 | 104.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 240 | 100 | 0.29 | 0 | 0.58 | 0.06 | 90 | 0.82 | 0.67 |
| Hex | AA | F0 | 64 | 1D | 0 | 3A | 6 | 5A | 52 | 43 |
| Octal | 252 | 360 | 144 | 35 | 0 | 72 | 6 | 132 | 122 | 103 |
| Binary | 10101010 | 11110000 | 1100100 | 11101 | 0 | 111010 | 110 | 1011010 | 1010010 | 1000011 |
Color Harmonies of #AAF064
Complementary color
Monochromatic Colors of #AAF064
Black with #AAF064
Text Example
Text Example
White with #AAF064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF064; }
p { color: rgb(170,240,100); }
H1.HeaderClassName
{
color: #AAF064;
}
.AnyTagClassName
{
color: #AAF064;
}
</style>
background-color css
<style>
a { background-color: #AAF064; }
a { background-color: rgb(170,240,100); }
div.DivClassName
{
background-color: #AAF064;
}
.BgClassName
{
background-color: #AAF064;
}
</style>
border-color css
<style>
span { border-color: #AAF064; }
span { border-color: rgb(170,240,100); }
td.TdClassName
{
border-color: #AAF064;
}
.TagClassName
{
border-color: #AAF064;
}
</style>