Shades of Conifer #AAF24F
Tints of Conifer #AAF24F
RGB
CMYK
RGB Variations
Color information
#AAF24F (or 0xAAF24F) is known color: Conifer. HEX triplet: AA, F2 and 4F. RGB value is (170,242,79). Sum of RGB (Red+Green+Blue) = 170+242+79=491 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.62% from 491); Green value is 242 (94.92% from 255 or 49.29% from 491); Blue value is 79 (31.25% from 255 or 16.09% from 491); Max value from RGB is 242 - color contains mainly: green. Hex color #AAF24F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF24F is #550DB0. Grayscale: #CACACA. Windows color (decimal): -5574065 or 5239466. OLE color: 5239466.
HSL color Cylindrical-coordinate representation of color #AAF24F: hue angle of 86.5º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AAF24F is Cyan = 0.30, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 242 | 79 | - |
| CMYK | 0.30 | 0 | 0.67 | 0.05 |
| HSL | 86.5º | 0.86% | 0.63% | - |
| HSV(B) | 86.5º | 0.67% | 0.95% | - |
| XYZ | 49.74 | 72.61 | 18.79 | - |
| YUV | 201.89 | 58.65 | 105.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 242 | 79 | 0.30 | 0 | 0.67 | 0.05 | 86.5 | 0.86 | 0.63 |
| Hex | AA | F2 | 4F | 1E | 0 | 43 | 5 | 57 | 56 | 3F |
| Octal | 252 | 362 | 117 | 36 | 0 | 103 | 5 | 127 | 126 | 77 |
| Binary | 10101010 | 11110010 | 1001111 | 11110 | 0 | 1000011 | 101 | 1010111 | 1010110 | 111111 |
Color Harmonies of #AAF24F
Complementary color
Monochromatic Colors of #AAF24F
Black with #AAF24F
Text Example
Text Example
White with #AAF24F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF24F; }
p { color: rgb(170,242,79); }
H1.HeaderClassName
{
color: #AAF24F;
}
.AnyTagClassName
{
color: #AAF24F;
}
</style>
background-color css
<style>
a { background-color: #AAF24F; }
a { background-color: rgb(170,242,79); }
div.DivClassName
{
background-color: #AAF24F;
}
.BgClassName
{
background-color: #AAF24F;
}
</style>
border-color css
<style>
span { border-color: #AAF24F; }
span { border-color: rgb(170,242,79); }
td.TdClassName
{
border-color: #AAF24F;
}
.TagClassName
{
border-color: #AAF24F;
}
</style>