Shades of Conifer #AEE044
Tints of Conifer #AEE044
RGB
CMYK
RGB Variations
Color information
#AEE044 (or 0xAEE044) is known color: Conifer. HEX triplet: AE, E0 and 44. RGB value is (174,224,68). Sum of RGB (Red+Green+Blue) = 174+224+68=466 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.34% from 466); Green value is 224 (87.89% from 255 or 48.07% from 466); Blue value is 68 (26.95% from 255 or 14.59% from 466); Max value from RGB is 224 - color contains mainly: green. Hex color #AEE044 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEE044 is #511FBB. Grayscale: #BFBFBF. Windows color (decimal): -5316540 or 4513966. OLE color: 4513966.
HSL color Cylindrical-coordinate representation of color #AEE044: hue angle of 79.23º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AEE044 is Cyan = 0.22, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 174 | 224 | 68 | - |
| CMYK | 0.22 | 0 | 0.70 | 0.12 |
| HSL | 79.23º | 0.72% | 0.57% | - |
| HSV(B) | 79.23º | 0.7% | 0.88% | - |
| XYZ | 45.15 | 62.73 | 15.2 | - |
| YUV | 191.27 | 58.44 | 115.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 224 | 68 | 0.22 | 0 | 0.70 | 0.12 | 79.23 | 0.72 | 0.57 |
| Hex | AE | E0 | 44 | 16 | 0 | 46 | C | 4F | 48 | 39 |
| Octal | 256 | 340 | 104 | 26 | 0 | 106 | 14 | 117 | 110 | 71 |
| Binary | 10101110 | 11100000 | 1000100 | 10110 | 0 | 1000110 | 1100 | 1001111 | 1001000 | 111001 |
Color Harmonies of #AEE044
Complementary color
Monochromatic Colors of #AEE044
Black with #AEE044
Text Example
Text Example
White with #AEE044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEE044; }
p { color: rgb(174,224,68); }
H1.HeaderClassName
{
color: #AEE044;
}
.AnyTagClassName
{
color: #AEE044;
}
</style>
background-color css
<style>
a { background-color: #AEE044; }
a { background-color: rgb(174,224,68); }
div.DivClassName
{
background-color: #AEE044;
}
.BgClassName
{
background-color: #AEE044;
}
</style>
border-color css
<style>
span { border-color: #AEE044; }
span { border-color: rgb(174,224,68); }
td.TdClassName
{
border-color: #AEE044;
}
.TagClassName
{
border-color: #AEE044;
}
</style>