Shades of Conifer #AEE24A
Tints of Conifer #AEE24A
RGB
CMYK
RGB Variations
Color information
#AEE24A (or 0xAEE24A) is known color: Conifer. HEX triplet: AE, E2 and 4A. RGB value is (174,226,74). Sum of RGB (Red+Green+Blue) = 174+226+74=474 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.71% from 474); Green value is 226 (88.67% from 255 or 47.68% from 474); Blue value is 74 (29.30% from 255 or 15.61% from 474); Max value from RGB is 226 - color contains mainly: green. Hex color #AEE24A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEE24A is #511DB5. Grayscale: #C1C1C1. Windows color (decimal): -5316022 or 4907694. OLE color: 4907694.
HSL color Cylindrical-coordinate representation of color #AEE24A: hue angle of 80.53º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AEE24A is Cyan = 0.23, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 174 | 226 | 74 | - |
| CMYK | 0.23 | 0 | 0.67 | 0.11 |
| HSL | 80.53º | 0.72% | 0.59% | - |
| HSV(B) | 80.53º | 0.67% | 0.89% | - |
| XYZ | 45.89 | 63.89 | 16.39 | - |
| YUV | 193.12 | 60.77 | 114.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 226 | 74 | 0.23 | 0 | 0.67 | 0.11 | 80.53 | 0.72 | 0.59 |
| Hex | AE | E2 | 4A | 17 | 0 | 43 | B | 51 | 48 | 3B |
| Octal | 256 | 342 | 112 | 27 | 0 | 103 | 13 | 121 | 110 | 73 |
| Binary | 10101110 | 11100010 | 1001010 | 10111 | 0 | 1000011 | 1011 | 1010001 | 1001000 | 111011 |
Color Harmonies of #AEE24A
Complementary color
Monochromatic Colors of #AEE24A
Black with #AEE24A
Text Example
Text Example
White with #AEE24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEE24A; }
p { color: rgb(174,226,74); }
H1.HeaderClassName
{
color: #AEE24A;
}
.AnyTagClassName
{
color: #AEE24A;
}
</style>
background-color css
<style>
a { background-color: #AEE24A; }
a { background-color: rgb(174,226,74); }
div.DivClassName
{
background-color: #AEE24A;
}
.BgClassName
{
background-color: #AEE24A;
}
</style>
border-color css
<style>
span { border-color: #AEE24A; }
span { border-color: rgb(174,226,74); }
td.TdClassName
{
border-color: #AEE24A;
}
.TagClassName
{
border-color: #AEE24A;
}
</style>