Shades of Conifer #AAF068
Tints of Conifer #AAF068
RGB
CMYK
RGB Variations
Color information
#AAF068 (or 0xAAF068) is known color: Conifer. HEX triplet: AA, F0 and 68. RGB value is (170,240,104). Sum of RGB (Red+Green+Blue) = 170+240+104=514 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.07% from 514); Green value is 240 (94.14% from 255 or 46.69% from 514); Blue value is 104 (41.02% from 255 or 20.23% from 514); Max value from RGB is 240 - color contains mainly: green. Hex color #AAF068 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF068 is #550F97. Grayscale: #CCCCCC. Windows color (decimal): -5574552 or 6877354. OLE color: 6877354.
HSL color Cylindrical-coordinate representation of color #AAF068: hue angle of 90.88º 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 #AAF068 is Cyan = 0.29, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 240 | 104 | - |
| CMYK | 0.29 | 0 | 0.57 | 0.06 |
| HSL | 90.88º | 0.82% | 0.67% | - |
| HSV(B) | 90.88º | 0.57% | 0.94% | - |
| XYZ | 50.24 | 71.87 | 24.32 | - |
| YUV | 203.57 | 71.81 | 104.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 240 | 104 | 0.29 | 0 | 0.57 | 0.06 | 90.88 | 0.82 | 0.67 |
| Hex | AA | F0 | 68 | 1D | 0 | 39 | 6 | 5B | 52 | 43 |
| Octal | 252 | 360 | 150 | 35 | 0 | 71 | 6 | 133 | 122 | 103 |
| Binary | 10101010 | 11110000 | 1101000 | 11101 | 0 | 111001 | 110 | 1011011 | 1010010 | 1000011 |
Color Harmonies of #AAF068
Complementary color
Monochromatic Colors of #AAF068
Black with #AAF068
Text Example
Text Example
White with #AAF068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF068; }
p { color: rgb(170,240,104); }
H1.HeaderClassName
{
color: #AAF068;
}
.AnyTagClassName
{
color: #AAF068;
}
</style>
background-color css
<style>
a { background-color: #AAF068; }
a { background-color: rgb(170,240,104); }
div.DivClassName
{
background-color: #AAF068;
}
.BgClassName
{
background-color: #AAF068;
}
</style>
border-color css
<style>
span { border-color: #AAF068; }
span { border-color: rgb(170,240,104); }
td.TdClassName
{
border-color: #AAF068;
}
.TagClassName
{
border-color: #AAF068;
}
</style>