Shades of Conifer #AAFD55
Tints of Conifer #AAFD55
RGB
CMYK
RGB Variations
Color information
#AAFD55 (or 0xAAFD55) is known color: Conifer. HEX triplet: AA, FD and 55. RGB value is (170,253,85). Sum of RGB (Red+Green+Blue) = 170+253+85=508 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.46% from 508); Green value is 253 (99.22% from 255 or 49.80% from 508); Blue value is 85 (33.59% from 255 or 16.73% from 508); Max value from RGB is 253 - color contains mainly: green. Hex color #AAFD55 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAFD55 is #5502AA. Grayscale: #D1D1D1. Windows color (decimal): -5571243 or 5635498. OLE color: 5635498.
HSL color Cylindrical-coordinate representation of color #AAFD55: hue angle of 89.64º 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 #AAFD55 is Cyan = 0.33, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 253 | 85 | - |
| CMYK | 0.33 | 0 | 0.66 | 0.01 |
| HSL | 89.64º | 0.98% | 0.66% | - |
| HSV(B) | 89.64º | 0.66% | 0.99% | - |
| XYZ | 53.34 | 79.45 | 21.12 | - |
| YUV | 209.03 | 58 | 100.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 253 | 85 | 0.33 | 0 | 0.66 | 0.01 | 89.64 | 0.98 | 0.66 |
| Hex | AA | FD | 55 | 21 | 0 | 42 | 1 | 5A | 62 | 42 |
| Octal | 252 | 375 | 125 | 41 | 0 | 102 | 1 | 132 | 142 | 102 |
| Binary | 10101010 | 11111101 | 1010101 | 100001 | 0 | 1000010 | 1 | 1011010 | 1100010 | 1000010 |
Color Harmonies of #AAFD55
Complementary color
Monochromatic Colors of #AAFD55
Black with #AAFD55
Text Example
Text Example
White with #AAFD55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFD55; }
p { color: rgb(170,253,85); }
H1.HeaderClassName
{
color: #AAFD55;
}
.AnyTagClassName
{
color: #AAFD55;
}
</style>
background-color css
<style>
a { background-color: #AAFD55; }
a { background-color: rgb(170,253,85); }
div.DivClassName
{
background-color: #AAFD55;
}
.BgClassName
{
background-color: #AAFD55;
}
</style>
border-color css
<style>
span { border-color: #AAFD55; }
span { border-color: rgb(170,253,85); }
td.TdClassName
{
border-color: #AAFD55;
}
.TagClassName
{
border-color: #AAFD55;
}
</style>