Shades of Conifer #AAF662
Tints of Conifer #AAF662
RGB
CMYK
RGB Variations
Color information
#AAF662 (or 0xAAF662) is known color: Conifer. HEX triplet: AA, F6 and 62. RGB value is (170,246,98). Sum of RGB (Red+Green+Blue) = 170+246+98=514 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.07% from 514); Green value is 246 (96.48% from 255 or 47.86% from 514); Blue value is 98 (38.67% from 255 or 19.07% from 514); Max value from RGB is 246 - color contains mainly: green. Hex color #AAF662 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF662 is #55099D. Grayscale: #CECECE. Windows color (decimal): -5573022 or 6485674. OLE color: 6485674.
HSL color Cylindrical-coordinate representation of color #AAF662: hue angle of 90.81º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AAF662 is Cyan = 0.31, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 246 | 98 | - |
| CMYK | 0.31 | 0 | 0.60 | 0.04 |
| HSL | 90.81º | 0.89% | 0.67% | - |
| HSV(B) | 90.81º | 0.6% | 0.96% | - |
| XYZ | 51.74 | 75.34 | 23.37 | - |
| YUV | 206.4 | 66.82 | 102.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 246 | 98 | 0.31 | 0 | 0.60 | 0.04 | 90.81 | 0.89 | 0.67 |
| Hex | AA | F6 | 62 | 1F | 0 | 3C | 4 | 5B | 59 | 43 |
| Octal | 252 | 366 | 142 | 37 | 0 | 74 | 4 | 133 | 131 | 103 |
| Binary | 10101010 | 11110110 | 1100010 | 11111 | 0 | 111100 | 100 | 1011011 | 1011001 | 1000011 |
Color Harmonies of #AAF662
Complementary color
Monochromatic Colors of #AAF662
Black with #AAF662
Text Example
Text Example
White with #AAF662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF662; }
p { color: rgb(170,246,98); }
H1.HeaderClassName
{
color: #AAF662;
}
.AnyTagClassName
{
color: #AAF662;
}
</style>
background-color css
<style>
a { background-color: #AAF662; }
a { background-color: rgb(170,246,98); }
div.DivClassName
{
background-color: #AAF662;
}
.BgClassName
{
background-color: #AAF662;
}
</style>
border-color css
<style>
span { border-color: #AAF662; }
span { border-color: rgb(170,246,98); }
td.TdClassName
{
border-color: #AAF662;
}
.TagClassName
{
border-color: #AAF662;
}
</style>