Shades of Conifer #AEE24D
Tints of Conifer #AEE24D
RGB
CMYK
RGB Variations
Color information
#AEE24D (or 0xAEE24D) is known color: Conifer. HEX triplet: AE, E2 and 4D. RGB value is (174,226,77). Sum of RGB (Red+Green+Blue) = 174+226+77=477 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.48% from 477); Green value is 226 (88.67% from 255 or 47.38% from 477); Blue value is 77 (30.47% from 255 or 16.14% from 477); Max value from RGB is 226 - color contains mainly: green. Hex color #AEE24D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEE24D is #511DB2. Grayscale: #C2C2C2. Windows color (decimal): -5316019 or 5104302. OLE color: 5104302.
HSL color Cylindrical-coordinate representation of color #AEE24D: hue angle of 80.94º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AEE24D is Cyan = 0.23, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 174 | 226 | 77 | - |
| CMYK | 0.23 | 0 | 0.66 | 0.11 |
| HSL | 80.94º | 0.72% | 0.59% | - |
| HSV(B) | 80.94º | 0.66% | 0.89% | - |
| XYZ | 45.99 | 63.93 | 16.94 | - |
| YUV | 193.47 | 62.27 | 114.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 226 | 77 | 0.23 | 0 | 0.66 | 0.11 | 80.94 | 0.72 | 0.59 |
| Hex | AE | E2 | 4D | 17 | 0 | 42 | B | 51 | 48 | 3B |
| Octal | 256 | 342 | 115 | 27 | 0 | 102 | 13 | 121 | 110 | 73 |
| Binary | 10101110 | 11100010 | 1001101 | 10111 | 0 | 1000010 | 1011 | 1010001 | 1001000 | 111011 |
Color Harmonies of #AEE24D
Complementary color
Monochromatic Colors of #AEE24D
Black with #AEE24D
Text Example
Text Example
White with #AEE24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEE24D; }
p { color: rgb(174,226,77); }
H1.HeaderClassName
{
color: #AEE24D;
}
.AnyTagClassName
{
color: #AEE24D;
}
</style>
background-color css
<style>
a { background-color: #AEE24D; }
a { background-color: rgb(174,226,77); }
div.DivClassName
{
background-color: #AEE24D;
}
.BgClassName
{
background-color: #AEE24D;
}
</style>
border-color css
<style>
span { border-color: #AEE24D; }
span { border-color: rgb(174,226,77); }
td.TdClassName
{
border-color: #AEE24D;
}
.TagClassName
{
border-color: #AEE24D;
}
</style>