Shades of Conifer #AAFD56
Tints of Conifer #AAFD56
RGB
CMYK
RGB Variations
Color information
#AAFD56 (or 0xAAFD56) is known color: Conifer. HEX triplet: AA, FD and 56. RGB value is (170,253,86). Sum of RGB (Red+Green+Blue) = 170+253+86=509 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.40% from 509); Green value is 253 (99.22% from 255 or 49.71% from 509); Blue value is 86 (33.98% from 255 or 16.90% from 509); Max value from RGB is 253 - color contains mainly: green. Hex color #AAFD56 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAFD56 is #5502A9. Grayscale: #D1D1D1. Windows color (decimal): -5571242 or 5701034. OLE color: 5701034.
HSL color Cylindrical-coordinate representation of color #AAFD56: hue angle of 89.82º degrees, saturation: 0.98, 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 #AAFD56 is Cyan = 0.33, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 253 | 86 | - |
| CMYK | 0.33 | 0 | 0.66 | 0.01 |
| HSL | 89.82º | 0.98% | 0.66% | - |
| HSV(B) | 89.82º | 0.66% | 0.99% | - |
| XYZ | 53.38 | 79.47 | 21.33 | - |
| YUV | 209.15 | 58.5 | 100.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 253 | 86 | 0.33 | 0 | 0.66 | 0.01 | 89.82 | 0.98 | 0.66 |
| Hex | AA | FD | 56 | 21 | 0 | 42 | 1 | 5A | 62 | 42 |
| Octal | 252 | 375 | 126 | 41 | 0 | 102 | 1 | 132 | 142 | 102 |
| Binary | 10101010 | 11111101 | 1010110 | 100001 | 0 | 1000010 | 1 | 1011010 | 1100010 | 1000010 |
Color Harmonies of #AAFD56
Complementary color
Monochromatic Colors of #AAFD56
Black with #AAFD56
Text Example
Text Example
White with #AAFD56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFD56; }
p { color: rgb(170,253,86); }
H1.HeaderClassName
{
color: #AAFD56;
}
.AnyTagClassName
{
color: #AAFD56;
}
</style>
background-color css
<style>
a { background-color: #AAFD56; }
a { background-color: rgb(170,253,86); }
div.DivClassName
{
background-color: #AAFD56;
}
.BgClassName
{
background-color: #AAFD56;
}
</style>
border-color css
<style>
span { border-color: #AAFD56; }
span { border-color: rgb(170,253,86); }
td.TdClassName
{
border-color: #AAFD56;
}
.TagClassName
{
border-color: #AAFD56;
}
</style>