Shades of Conifer #AAF056
Tints of Conifer #AAF056
RGB
CMYK
RGB Variations
Color information
#AAF056 (or 0xAAF056) is known color: Conifer. HEX triplet: AA, F0 and 56. RGB value is (170,240,86). Sum of RGB (Red+Green+Blue) = 170+240+86=496 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.27% from 496); Green value is 240 (94.14% from 255 or 48.39% from 496); Blue value is 86 (33.98% from 255 or 17.34% from 496); Max value from RGB is 240 - color contains mainly: green. Hex color #AAF056 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF056 is #550FA9. Grayscale: #CACACA. Windows color (decimal): -5574570 or 5697706. OLE color: 5697706.
HSL color Cylindrical-coordinate representation of color #AAF056: hue angle of 87.27º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AAF056 is Cyan = 0.29, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 240 | 86 | - |
| CMYK | 0.29 | 0 | 0.64 | 0.06 |
| HSL | 87.27º | 0.84% | 0.64% | - |
| HSV(B) | 87.27º | 0.64% | 0.94% | - |
| XYZ | 49.42 | 71.54 | 20.01 | - |
| YUV | 201.51 | 62.81 | 105.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 240 | 86 | 0.29 | 0 | 0.64 | 0.06 | 87.27 | 0.84 | 0.64 |
| Hex | AA | F0 | 56 | 1D | 0 | 40 | 6 | 57 | 54 | 40 |
| Octal | 252 | 360 | 126 | 35 | 0 | 100 | 6 | 127 | 124 | 100 |
| Binary | 10101010 | 11110000 | 1010110 | 11101 | 0 | 1000000 | 110 | 1010111 | 1010100 | 1000000 |
Color Harmonies of #AAF056
Complementary color
Monochromatic Colors of #AAF056
Black with #AAF056
Text Example
Text Example
White with #AAF056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF056; }
p { color: rgb(170,240,86); }
H1.HeaderClassName
{
color: #AAF056;
}
.AnyTagClassName
{
color: #AAF056;
}
</style>
background-color css
<style>
a { background-color: #AAF056; }
a { background-color: rgb(170,240,86); }
div.DivClassName
{
background-color: #AAF056;
}
.BgClassName
{
background-color: #AAF056;
}
</style>
border-color css
<style>
span { border-color: #AAF056; }
span { border-color: rgb(170,240,86); }
td.TdClassName
{
border-color: #AAF056;
}
.TagClassName
{
border-color: #AAF056;
}
</style>