Shades of Conifer #AAF456
Tints of Conifer #AAF456
RGB
CMYK
RGB Variations
Color information
#AAF456 (or 0xAAF456) is known color: Conifer. HEX triplet: AA, F4 and 56. RGB value is (170,244,86). Sum of RGB (Red+Green+Blue) = 170+244+86=500 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34% from 500); Green value is 244 (95.70% from 255 or 48.8% from 500); Blue value is 86 (33.98% from 255 or 17.2% from 500); Max value from RGB is 244 - color contains mainly: green. Hex color #AAF456 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF456 is #550BA9. Grayscale: #CCCCCC. Windows color (decimal): -5573546 or 5698730. OLE color: 5698730.
HSL color Cylindrical-coordinate representation of color #AAF456: hue angle of 88.1º degrees, saturation: 0.88, 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 #AAF456 is Cyan = 0.30, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 244 | 86 | - |
| CMYK | 0.30 | 0 | 0.65 | 0.04 |
| HSL | 88.1º | 0.88% | 0.65% | - |
| HSV(B) | 88.1º | 0.65% | 0.96% | - |
| XYZ | 50.61 | 73.92 | 20.4 | - |
| YUV | 203.86 | 61.48 | 103.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 244 | 86 | 0.30 | 0 | 0.65 | 0.04 | 88.1 | 0.88 | 0.65 |
| Hex | AA | F4 | 56 | 1E | 0 | 41 | 4 | 58 | 58 | 41 |
| Octal | 252 | 364 | 126 | 36 | 0 | 101 | 4 | 130 | 130 | 101 |
| Binary | 10101010 | 11110100 | 1010110 | 11110 | 0 | 1000001 | 100 | 1011000 | 1011000 | 1000001 |
Color Harmonies of #AAF456
Complementary color
Monochromatic Colors of #AAF456
Black with #AAF456
Text Example
Text Example
White with #AAF456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF456; }
p { color: rgb(170,244,86); }
H1.HeaderClassName
{
color: #AAF456;
}
.AnyTagClassName
{
color: #AAF456;
}
</style>
background-color css
<style>
a { background-color: #AAF456; }
a { background-color: rgb(170,244,86); }
div.DivClassName
{
background-color: #AAF456;
}
.BgClassName
{
background-color: #AAF456;
}
</style>
border-color css
<style>
span { border-color: #AAF456; }
span { border-color: rgb(170,244,86); }
td.TdClassName
{
border-color: #AAF456;
}
.TagClassName
{
border-color: #AAF456;
}
</style>