Shades of Conifer #AAF952
Tints of Conifer #AAF952
RGB
CMYK
RGB Variations
Color information
#AAF952 (or 0xAAF952) is known color: Conifer. HEX triplet: AA, F9 and 52. RGB value is (170,249,82). Sum of RGB (Red+Green+Blue) = 170+249+82=501 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.93% from 501); Green value is 249 (97.66% from 255 or 49.70% from 501); Blue value is 82 (32.42% from 255 or 16.37% from 501); Max value from RGB is 249 - color contains mainly: green. Hex color #AAF952 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF952 is #5506AD. Grayscale: #CECECE. Windows color (decimal): -5572270 or 5437866. OLE color: 5437866.
HSL color Cylindrical-coordinate representation of color #AAF952: hue angle of 88.38º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AAF952 is Cyan = 0.32, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 249 | 82 | - |
| CMYK | 0.32 | 0 | 0.67 | 0.02 |
| HSL | 88.38º | 0.93% | 0.65% | - |
| HSV(B) | 88.38º | 0.67% | 0.98% | - |
| XYZ | 51.98 | 76.91 | 20.09 | - |
| YUV | 206.34 | 57.83 | 102.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 249 | 82 | 0.32 | 0 | 0.67 | 0.02 | 88.38 | 0.93 | 0.65 |
| Hex | AA | F9 | 52 | 20 | 0 | 43 | 2 | 58 | 5D | 41 |
| Octal | 252 | 371 | 122 | 40 | 0 | 103 | 2 | 130 | 135 | 101 |
| Binary | 10101010 | 11111001 | 1010010 | 100000 | 0 | 1000011 | 10 | 1011000 | 1011101 | 1000001 |
Color Harmonies of #AAF952
Complementary color
Monochromatic Colors of #AAF952
Black with #AAF952
Text Example
Text Example
White with #AAF952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF952; }
p { color: rgb(170,249,82); }
H1.HeaderClassName
{
color: #AAF952;
}
.AnyTagClassName
{
color: #AAF952;
}
</style>
background-color css
<style>
a { background-color: #AAF952; }
a { background-color: rgb(170,249,82); }
div.DivClassName
{
background-color: #AAF952;
}
.BgClassName
{
background-color: #AAF952;
}
</style>
border-color css
<style>
span { border-color: #AAF952; }
span { border-color: rgb(170,249,82); }
td.TdClassName
{
border-color: #AAF952;
}
.TagClassName
{
border-color: #AAF952;
}
</style>