Shades of Conifer #AAF069
Tints of Conifer #AAF069
RGB
CMYK
RGB Variations
Color information
#AAF069 (or 0xAAF069) is known color: Conifer. HEX triplet: AA, F0 and 69. RGB value is (170,240,105). Sum of RGB (Red+Green+Blue) = 170+240+105=515 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.01% from 515); Green value is 240 (94.14% from 255 or 46.60% from 515); Blue value is 105 (41.41% from 255 or 20.39% from 515); Max value from RGB is 240 - color contains mainly: green. Hex color #AAF069 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF069 is #550F96. Grayscale: #CCCCCC. Windows color (decimal): -5574551 or 6942890. OLE color: 6942890.
HSL color Cylindrical-coordinate representation of color #AAF069: hue angle of 91.11º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AAF069 is Cyan = 0.29, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 240 | 105 | - |
| CMYK | 0.29 | 0 | 0.56 | 0.06 |
| HSL | 91.11º | 0.82% | 0.68% | - |
| HSV(B) | 91.11º | 0.56% | 0.94% | - |
| XYZ | 50.29 | 71.89 | 24.59 | - |
| YUV | 203.68 | 72.31 | 103.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 240 | 105 | 0.29 | 0 | 0.56 | 0.06 | 91.11 | 0.82 | 0.68 |
| Hex | AA | F0 | 69 | 1D | 0 | 38 | 6 | 5B | 52 | 44 |
| Octal | 252 | 360 | 151 | 35 | 0 | 70 | 6 | 133 | 122 | 104 |
| Binary | 10101010 | 11110000 | 1101001 | 11101 | 0 | 111000 | 110 | 1011011 | 1010010 | 1000100 |
Color Harmonies of #AAF069
Complementary color
Monochromatic Colors of #AAF069
Black with #AAF069
Text Example
Text Example
White with #AAF069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF069; }
p { color: rgb(170,240,105); }
H1.HeaderClassName
{
color: #AAF069;
}
.AnyTagClassName
{
color: #AAF069;
}
</style>
background-color css
<style>
a { background-color: #AAF069; }
a { background-color: rgb(170,240,105); }
div.DivClassName
{
background-color: #AAF069;
}
.BgClassName
{
background-color: #AAF069;
}
</style>
border-color css
<style>
span { border-color: #AAF069; }
span { border-color: rgb(170,240,105); }
td.TdClassName
{
border-color: #AAF069;
}
.TagClassName
{
border-color: #AAF069;
}
</style>