Shades of Conifer #AAF24A
Tints of Conifer #AAF24A
RGB
CMYK
RGB Variations
Color information
#AAF24A (or 0xAAF24A) is known color: Conifer. HEX triplet: AA, F2 and 4A. RGB value is (170,242,74). Sum of RGB (Red+Green+Blue) = 170+242+74=486 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.98% from 486); Green value is 242 (94.92% from 255 or 49.79% from 486); Blue value is 74 (29.30% from 255 or 15.23% from 486); Max value from RGB is 242 - color contains mainly: green. Hex color #AAF24A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAF24A is #550DB5. Grayscale: #C9C9C9. Windows color (decimal): -5574070 or 4911786. OLE color: 4911786.
HSL color Cylindrical-coordinate representation of color #AAF24A: hue angle of 85.71º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AAF24A is Cyan = 0.30, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 242 | 74 | - |
| CMYK | 0.30 | 0 | 0.69 | 0.05 |
| HSL | 85.71º | 0.87% | 0.62% | - |
| HSV(B) | 85.71º | 0.69% | 0.95% | - |
| XYZ | 49.57 | 72.54 | 17.87 | - |
| YUV | 201.32 | 56.15 | 105.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 242 | 74 | 0.30 | 0 | 0.69 | 0.05 | 85.71 | 0.87 | 0.62 |
| Hex | AA | F2 | 4A | 1E | 0 | 45 | 5 | 56 | 57 | 3E |
| Octal | 252 | 362 | 112 | 36 | 0 | 105 | 5 | 126 | 127 | 76 |
| Binary | 10101010 | 11110010 | 1001010 | 11110 | 0 | 1000101 | 101 | 1010110 | 1010111 | 111110 |
Color Harmonies of #AAF24A
Complementary color
Monochromatic Colors of #AAF24A
Black with #AAF24A
Text Example
Text Example
White with #AAF24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF24A; }
p { color: rgb(170,242,74); }
H1.HeaderClassName
{
color: #AAF24A;
}
.AnyTagClassName
{
color: #AAF24A;
}
</style>
background-color css
<style>
a { background-color: #AAF24A; }
a { background-color: rgb(170,242,74); }
div.DivClassName
{
background-color: #AAF24A;
}
.BgClassName
{
background-color: #AAF24A;
}
</style>
border-color css
<style>
span { border-color: #AAF24A; }
span { border-color: rgb(170,242,74); }
td.TdClassName
{
border-color: #AAF24A;
}
.TagClassName
{
border-color: #AAF24A;
}
</style>