Shades of Conifer #AAF067
Tints of Conifer #AAF067
RGB
CMYK
RGB Variations
Color information
#AAF067 (or 0xAAF067) is known color: Conifer. HEX triplet: AA, F0 and 67. RGB value is (170,240,103). Sum of RGB (Red+Green+Blue) = 170+240+103=513 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.14% from 513); Green value is 240 (94.14% from 255 or 46.78% from 513); Blue value is 103 (40.62% from 255 or 20.08% from 513); Max value from RGB is 240 - color contains mainly: green. Hex color #AAF067 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF067 is #550F98. Grayscale: #CBCBCB. Windows color (decimal): -5574553 or 6811818. OLE color: 6811818.
HSL color Cylindrical-coordinate representation of color #AAF067: hue angle of 90.66º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AAF067 is Cyan = 0.29, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 240 | 103 | - |
| CMYK | 0.29 | 0 | 0.57 | 0.06 |
| HSL | 90.66º | 0.82% | 0.67% | - |
| HSV(B) | 90.66º | 0.57% | 0.94% | - |
| XYZ | 50.19 | 71.85 | 24.05 | - |
| YUV | 203.45 | 71.31 | 104.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 240 | 103 | 0.29 | 0 | 0.57 | 0.06 | 90.66 | 0.82 | 0.67 |
| Hex | AA | F0 | 67 | 1D | 0 | 39 | 6 | 5B | 52 | 43 |
| Octal | 252 | 360 | 147 | 35 | 0 | 71 | 6 | 133 | 122 | 103 |
| Binary | 10101010 | 11110000 | 1100111 | 11101 | 0 | 111001 | 110 | 1011011 | 1010010 | 1000011 |
Color Harmonies of #AAF067
Complementary color
Monochromatic Colors of #AAF067
Black with #AAF067
Text Example
Text Example
White with #AAF067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF067; }
p { color: rgb(170,240,103); }
H1.HeaderClassName
{
color: #AAF067;
}
.AnyTagClassName
{
color: #AAF067;
}
</style>
background-color css
<style>
a { background-color: #AAF067; }
a { background-color: rgb(170,240,103); }
div.DivClassName
{
background-color: #AAF067;
}
.BgClassName
{
background-color: #AAF067;
}
</style>
border-color css
<style>
span { border-color: #AAF067; }
span { border-color: rgb(170,240,103); }
td.TdClassName
{
border-color: #AAF067;
}
.TagClassName
{
border-color: #AAF067;
}
</style>