Shades of Conifer #AAF24C
Tints of Conifer #AAF24C
RGB
CMYK
RGB Variations
Color information
#AAF24C (or 0xAAF24C) is known color: Conifer. HEX triplet: AA, F2 and 4C. RGB value is (170,242,76). Sum of RGB (Red+Green+Blue) = 170+242+76=488 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.84% from 488); Green value is 242 (94.92% from 255 or 49.59% from 488); Blue value is 76 (30.08% from 255 or 15.57% from 488); Max value from RGB is 242 - color contains mainly: green. Hex color #AAF24C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAF24C is #550DB3. Grayscale: #CACACA. Windows color (decimal): -5574068 or 5042858. OLE color: 5042858.
HSL color Cylindrical-coordinate representation of color #AAF24C: hue angle of 86.02º degrees, saturation: 0.86, 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 #AAF24C is Cyan = 0.30, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 242 | 76 | - |
| CMYK | 0.30 | 0 | 0.69 | 0.05 |
| HSL | 86.02º | 0.86% | 0.62% | - |
| HSV(B) | 86.02º | 0.69% | 0.95% | - |
| XYZ | 49.63 | 72.57 | 18.23 | - |
| YUV | 201.55 | 57.15 | 105.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 242 | 76 | 0.30 | 0 | 0.69 | 0.05 | 86.02 | 0.86 | 0.62 |
| Hex | AA | F2 | 4C | 1E | 0 | 45 | 5 | 56 | 56 | 3E |
| Octal | 252 | 362 | 114 | 36 | 0 | 105 | 5 | 126 | 126 | 76 |
| Binary | 10101010 | 11110010 | 1001100 | 11110 | 0 | 1000101 | 101 | 1010110 | 1010110 | 111110 |
Color Harmonies of #AAF24C
Complementary color
Monochromatic Colors of #AAF24C
Black with #AAF24C
Text Example
Text Example
White with #AAF24C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF24C; }
p { color: rgb(170,242,76); }
H1.HeaderClassName
{
color: #AAF24C;
}
.AnyTagClassName
{
color: #AAF24C;
}
</style>
background-color css
<style>
a { background-color: #AAF24C; }
a { background-color: rgb(170,242,76); }
div.DivClassName
{
background-color: #AAF24C;
}
.BgClassName
{
background-color: #AAF24C;
}
</style>
border-color css
<style>
span { border-color: #AAF24C; }
span { border-color: rgb(170,242,76); }
td.TdClassName
{
border-color: #AAF24C;
}
.TagClassName
{
border-color: #AAF24C;
}
</style>