Shades of Conifer #AAFC56
Tints of Conifer #AAFC56
RGB
CMYK
RGB Variations
Color information
#AAFC56 (or 0xAAFC56) is known color: Conifer. HEX triplet: AA, FC and 56. RGB value is (170,252,86). Sum of RGB (Red+Green+Blue) = 170+252+86=508 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.46% from 508); Green value is 252 (98.83% from 255 or 49.61% from 508); Blue value is 86 (33.98% from 255 or 16.93% from 508); Max value from RGB is 252 - color contains mainly: green. Hex color #AAFC56 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAFC56 is #5503A9. Grayscale: #D1D1D1. Windows color (decimal): -5571498 or 5700778. OLE color: 5700778.
HSL color Cylindrical-coordinate representation of color #AAFC56: hue angle of 89.64º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AAFC56 is Cyan = 0.33, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 252 | 86 | - |
| CMYK | 0.33 | 0 | 0.66 | 0.01 |
| HSL | 89.64º | 0.97% | 0.66% | - |
| HSV(B) | 89.64º | 0.66% | 0.99% | - |
| XYZ | 53.07 | 78.84 | 21.22 | - |
| YUV | 208.56 | 58.83 | 100.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 252 | 86 | 0.33 | 0 | 0.66 | 0.01 | 89.64 | 0.97 | 0.66 |
| Hex | AA | FC | 56 | 21 | 0 | 42 | 1 | 5A | 61 | 42 |
| Octal | 252 | 374 | 126 | 41 | 0 | 102 | 1 | 132 | 141 | 102 |
| Binary | 10101010 | 11111100 | 1010110 | 100001 | 0 | 1000010 | 1 | 1011010 | 1100001 | 1000010 |
Color Harmonies of #AAFC56
Complementary color
Monochromatic Colors of #AAFC56
Black with #AAFC56
Text Example
Text Example
White with #AAFC56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFC56; }
p { color: rgb(170,252,86); }
H1.HeaderClassName
{
color: #AAFC56;
}
.AnyTagClassName
{
color: #AAFC56;
}
</style>
background-color css
<style>
a { background-color: #AAFC56; }
a { background-color: rgb(170,252,86); }
div.DivClassName
{
background-color: #AAFC56;
}
.BgClassName
{
background-color: #AAFC56;
}
</style>
border-color css
<style>
span { border-color: #AAFC56; }
span { border-color: rgb(170,252,86); }
td.TdClassName
{
border-color: #AAFC56;
}
.TagClassName
{
border-color: #AAFC56;
}
</style>