Shades of Conifer #AAF24D
Tints of Conifer #AAF24D
RGB
CMYK
RGB Variations
Color information
#AAF24D (or 0xAAF24D) is known color: Conifer. HEX triplet: AA, F2 and 4D. RGB value is (170,242,77). Sum of RGB (Red+Green+Blue) = 170+242+77=489 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.76% from 489); Green value is 242 (94.92% from 255 or 49.49% from 489); Blue value is 77 (30.47% from 255 or 15.75% from 489); Max value from RGB is 242 - color contains mainly: green. Hex color #AAF24D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF24D is #550DB2. Grayscale: #CACACA. Windows color (decimal): -5574067 or 5108394. OLE color: 5108394.
HSL color Cylindrical-coordinate representation of color #AAF24D: hue angle of 86.18º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AAF24D is Cyan = 0.30, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 242 | 77 | - |
| CMYK | 0.30 | 0 | 0.68 | 0.05 |
| HSL | 86.18º | 0.86% | 0.63% | - |
| HSV(B) | 86.18º | 0.68% | 0.95% | - |
| XYZ | 49.67 | 72.59 | 18.41 | - |
| YUV | 201.66 | 57.65 | 105.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 242 | 77 | 0.30 | 0 | 0.68 | 0.05 | 86.18 | 0.86 | 0.63 |
| Hex | AA | F2 | 4D | 1E | 0 | 44 | 5 | 56 | 56 | 3F |
| Octal | 252 | 362 | 115 | 36 | 0 | 104 | 5 | 126 | 126 | 77 |
| Binary | 10101010 | 11110010 | 1001101 | 11110 | 0 | 1000100 | 101 | 1010110 | 1010110 | 111111 |
Color Harmonies of #AAF24D
Complementary color
Monochromatic Colors of #AAF24D
Black with #AAF24D
Text Example
Text Example
White with #AAF24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF24D; }
p { color: rgb(170,242,77); }
H1.HeaderClassName
{
color: #AAF24D;
}
.AnyTagClassName
{
color: #AAF24D;
}
</style>
background-color css
<style>
a { background-color: #AAF24D; }
a { background-color: rgb(170,242,77); }
div.DivClassName
{
background-color: #AAF24D;
}
.BgClassName
{
background-color: #AAF24D;
}
</style>
border-color css
<style>
span { border-color: #AAF24D; }
span { border-color: rgb(170,242,77); }
td.TdClassName
{
border-color: #AAF24D;
}
.TagClassName
{
border-color: #AAF24D;
}
</style>