Shades of Conifer #AAFD52
Tints of Conifer #AAFD52
RGB
CMYK
RGB Variations
Color information
#AAFD52 (or 0xAAFD52) is known color: Conifer. HEX triplet: AA, FD and 52. RGB value is (170,253,82). Sum of RGB (Red+Green+Blue) = 170+253+82=505 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.66% from 505); Green value is 253 (99.22% from 255 or 50.10% from 505); Blue value is 82 (32.42% from 255 or 16.24% from 505); Max value from RGB is 253 - color contains mainly: green. Hex color #AAFD52 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAFD52 is #5502AD. Grayscale: #D1D1D1. Windows color (decimal): -5571246 or 5438890. OLE color: 5438890.
HSL color Cylindrical-coordinate representation of color #AAFD52: hue angle of 89.12º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AAFD52 is Cyan = 0.33, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 253 | 82 | - |
| CMYK | 0.33 | 0 | 0.68 | 0.01 |
| HSL | 89.12º | 0.98% | 0.66% | - |
| HSV(B) | 89.12º | 0.68% | 0.99% | - |
| XYZ | 53.23 | 79.41 | 20.5 | - |
| YUV | 208.69 | 56.5 | 100.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 253 | 82 | 0.33 | 0 | 0.68 | 0.01 | 89.12 | 0.98 | 0.66 |
| Hex | AA | FD | 52 | 21 | 0 | 44 | 1 | 59 | 62 | 42 |
| Octal | 252 | 375 | 122 | 41 | 0 | 104 | 1 | 131 | 142 | 102 |
| Binary | 10101010 | 11111101 | 1010010 | 100001 | 0 | 1000100 | 1 | 1011001 | 1100010 | 1000010 |
Color Harmonies of #AAFD52
Complementary color
Monochromatic Colors of #AAFD52
Black with #AAFD52
Text Example
Text Example
White with #AAFD52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFD52; }
p { color: rgb(170,253,82); }
H1.HeaderClassName
{
color: #AAFD52;
}
.AnyTagClassName
{
color: #AAFD52;
}
</style>
background-color css
<style>
a { background-color: #AAFD52; }
a { background-color: rgb(170,253,82); }
div.DivClassName
{
background-color: #AAFD52;
}
.BgClassName
{
background-color: #AAFD52;
}
</style>
border-color css
<style>
span { border-color: #AAFD52; }
span { border-color: rgb(170,253,82); }
td.TdClassName
{
border-color: #AAFD52;
}
.TagClassName
{
border-color: #AAFD52;
}
</style>