Shades of Conifer #AEE04D
Tints of Conifer #AEE04D
RGB
CMYK
RGB Variations
Color information
#AEE04D (or 0xAEE04D) is known color: Conifer. HEX triplet: AE, E0 and 4D. RGB value is (174,224,77). Sum of RGB (Red+Green+Blue) = 174+224+77=475 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.63% from 475); Green value is 224 (87.89% from 255 or 47.16% from 475); Blue value is 77 (30.47% from 255 or 16.21% from 475); Max value from RGB is 224 - color contains mainly: green. Hex color #AEE04D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEE04D is #511FB2. Grayscale: #C0C0C0. Windows color (decimal): -5316531 or 5103790. OLE color: 5103790.
HSL color Cylindrical-coordinate representation of color #AEE04D: hue angle of 80.41º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AEE04D is Cyan = 0.22, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 174 | 224 | 77 | - |
| CMYK | 0.22 | 0 | 0.66 | 0.12 |
| HSL | 80.41º | 0.7% | 0.59% | - |
| HSV(B) | 80.41º | 0.66% | 0.88% | - |
| XYZ | 45.45 | 62.85 | 16.76 | - |
| YUV | 192.29 | 62.94 | 114.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 224 | 77 | 0.22 | 0 | 0.66 | 0.12 | 80.41 | 0.7 | 0.59 |
| Hex | AE | E0 | 4D | 16 | 0 | 42 | C | 50 | 46 | 3B |
| Octal | 256 | 340 | 115 | 26 | 0 | 102 | 14 | 120 | 106 | 73 |
| Binary | 10101110 | 11100000 | 1001101 | 10110 | 0 | 1000010 | 1100 | 1010000 | 1000110 | 111011 |
Color Harmonies of #AEE04D
Complementary color
Monochromatic Colors of #AEE04D
Black with #AEE04D
Text Example
Text Example
White with #AEE04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEE04D; }
p { color: rgb(174,224,77); }
H1.HeaderClassName
{
color: #AEE04D;
}
.AnyTagClassName
{
color: #AEE04D;
}
</style>
background-color css
<style>
a { background-color: #AEE04D; }
a { background-color: rgb(174,224,77); }
div.DivClassName
{
background-color: #AEE04D;
}
.BgClassName
{
background-color: #AEE04D;
}
</style>
border-color css
<style>
span { border-color: #AEE04D; }
span { border-color: rgb(174,224,77); }
td.TdClassName
{
border-color: #AEE04D;
}
.TagClassName
{
border-color: #AEE04D;
}
</style>