Shades of Conifer #AAF656
Tints of Conifer #AAF656
RGB
CMYK
RGB Variations
Color information
#AAF656 (or 0xAAF656) is known color: Conifer. HEX triplet: AA, F6 and 56. RGB value is (170,246,86). Sum of RGB (Red+Green+Blue) = 170+246+86=502 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.86% from 502); Green value is 246 (96.48% from 255 or 49.00% from 502); Blue value is 86 (33.98% from 255 or 17.13% from 502); Max value from RGB is 246 - color contains mainly: green. Hex color #AAF656 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF656 is #5509A9. Grayscale: #CDCDCD. Windows color (decimal): -5573034 or 5699242. OLE color: 5699242.
HSL color Cylindrical-coordinate representation of color #AAF656: hue angle of 88.5º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AAF656 is Cyan = 0.31, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 246 | 86 | - |
| CMYK | 0.31 | 0 | 0.65 | 0.04 |
| HSL | 88.5º | 0.9% | 0.65% | - |
| HSV(B) | 88.5º | 0.65% | 0.96% | - |
| XYZ | 51.21 | 75.13 | 20.61 | - |
| YUV | 205.04 | 60.82 | 103.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 246 | 86 | 0.31 | 0 | 0.65 | 0.04 | 88.5 | 0.9 | 0.65 |
| Hex | AA | F6 | 56 | 1F | 0 | 41 | 4 | 58 | 5A | 41 |
| Octal | 252 | 366 | 126 | 37 | 0 | 101 | 4 | 130 | 132 | 101 |
| Binary | 10101010 | 11110110 | 1010110 | 11111 | 0 | 1000001 | 100 | 1011000 | 1011010 | 1000001 |
Color Harmonies of #AAF656
Complementary color
Monochromatic Colors of #AAF656
Black with #AAF656
Text Example
Text Example
White with #AAF656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF656; }
p { color: rgb(170,246,86); }
H1.HeaderClassName
{
color: #AAF656;
}
.AnyTagClassName
{
color: #AAF656;
}
</style>
background-color css
<style>
a { background-color: #AAF656; }
a { background-color: rgb(170,246,86); }
div.DivClassName
{
background-color: #AAF656;
}
.BgClassName
{
background-color: #AAF656;
}
</style>
border-color css
<style>
span { border-color: #AAF656; }
span { border-color: rgb(170,246,86); }
td.TdClassName
{
border-color: #AAF656;
}
.TagClassName
{
border-color: #AAF656;
}
</style>