Shades of Conifer #AEE440
Tints of Conifer #AEE440
RGB
CMYK
RGB Variations
Color information
#AEE440 (or 0xAEE440) is known color: Conifer. HEX triplet: AE, E4 and 40. RGB value is (174,228,64). Sum of RGB (Red+Green+Blue) = 174+228+64=466 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.34% from 466); Green value is 228 (89.45% from 255 or 48.93% from 466); Blue value is 64 (25.39% from 255 or 13.73% from 466); Max value from RGB is 228 - color contains mainly: green. Hex color #AEE440 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEE440 is #511BBF. Grayscale: #C1C1C1. Windows color (decimal): -5315520 or 4252846. OLE color: 4252846.
HSL color Cylindrical-coordinate representation of color #AEE440: hue angle of 79.76º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AEE440 is Cyan = 0.24, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 174 | 228 | 64 | - |
| CMYK | 0.24 | 0 | 0.72 | 0.11 |
| HSL | 79.76º | 0.75% | 0.57% | - |
| HSV(B) | 79.76º | 0.72% | 0.89% | - |
| XYZ | 46.12 | 64.86 | 14.94 | - |
| YUV | 193.16 | 55.11 | 114.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 228 | 64 | 0.24 | 0 | 0.72 | 0.11 | 79.76 | 0.75 | 0.57 |
| Hex | AE | E4 | 40 | 18 | 0 | 48 | B | 50 | 4B | 39 |
| Octal | 256 | 344 | 100 | 30 | 0 | 110 | 13 | 120 | 113 | 71 |
| Binary | 10101110 | 11100100 | 1000000 | 11000 | 0 | 1001000 | 1011 | 1010000 | 1001011 | 111001 |
Color Harmonies of #AEE440
Complementary color
Monochromatic Colors of #AEE440
Black with #AEE440
Text Example
Text Example
White with #AEE440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEE440; }
p { color: rgb(174,228,64); }
H1.HeaderClassName
{
color: #AEE440;
}
.AnyTagClassName
{
color: #AEE440;
}
</style>
background-color css
<style>
a { background-color: #AEE440; }
a { background-color: rgb(174,228,64); }
div.DivClassName
{
background-color: #AEE440;
}
.BgClassName
{
background-color: #AEE440;
}
</style>
border-color css
<style>
span { border-color: #AEE440; }
span { border-color: rgb(174,228,64); }
td.TdClassName
{
border-color: #AEE440;
}
.TagClassName
{
border-color: #AEE440;
}
</style>