Shades of Conifer #AAF04E
Tints of Conifer #AAF04E
RGB
CMYK
RGB Variations
Color information
#AAF04E (or 0xAAF04E) is known color: Conifer. HEX triplet: AA, F0 and 4E. RGB value is (170,240,78). Sum of RGB (Red+Green+Blue) = 170+240+78=488 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.84% from 488); Green value is 240 (94.14% from 255 or 49.18% from 488); Blue value is 78 (30.86% from 255 or 15.98% from 488); Max value from RGB is 240 - color contains mainly: green. Hex color #AAF04E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF04E is #550FB1. Grayscale: #C9C9C9. Windows color (decimal): -5574578 or 5173418. OLE color: 5173418.
HSL color Cylindrical-coordinate representation of color #AAF04E: hue angle of 85.93º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AAF04E is Cyan = 0.29, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 240 | 78 | - |
| CMYK | 0.29 | 0 | 0.68 | 0.06 |
| HSL | 85.93º | 0.84% | 0.62% | - |
| HSV(B) | 85.93º | 0.68% | 0.94% | - |
| XYZ | 49.11 | 71.42 | 18.4 | - |
| YUV | 200.6 | 58.81 | 106.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 240 | 78 | 0.29 | 0 | 0.68 | 0.06 | 85.93 | 0.84 | 0.62 |
| Hex | AA | F0 | 4E | 1D | 0 | 44 | 6 | 56 | 54 | 3E |
| Octal | 252 | 360 | 116 | 35 | 0 | 104 | 6 | 126 | 124 | 76 |
| Binary | 10101010 | 11110000 | 1001110 | 11101 | 0 | 1000100 | 110 | 1010110 | 1010100 | 111110 |
Color Harmonies of #AAF04E
Complementary color
Monochromatic Colors of #AAF04E
Black with #AAF04E
Text Example
Text Example
White with #AAF04E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF04E; }
p { color: rgb(170,240,78); }
H1.HeaderClassName
{
color: #AAF04E;
}
.AnyTagClassName
{
color: #AAF04E;
}
</style>
background-color css
<style>
a { background-color: #AAF04E; }
a { background-color: rgb(170,240,78); }
div.DivClassName
{
background-color: #AAF04E;
}
.BgClassName
{
background-color: #AAF04E;
}
</style>
border-color css
<style>
span { border-color: #AAF04E; }
span { border-color: rgb(170,240,78); }
td.TdClassName
{
border-color: #AAF04E;
}
.TagClassName
{
border-color: #AAF04E;
}
</style>