Shades of Conifer #AEEC40
Tints of Conifer #AEEC40
RGB
CMYK
RGB Variations
Color information
#AEEC40 (or 0xAEEC40) is known color: Conifer. HEX triplet: AE, EC and 40. RGB value is (174,236,64). Sum of RGB (Red+Green+Blue) = 174+236+64=474 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.71% from 474); Green value is 236 (92.58% from 255 or 49.79% from 474); Blue value is 64 (25.39% from 255 or 13.50% from 474); Max value from RGB is 236 - color contains mainly: green. Hex color #AEEC40 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AEEC40 is #5113BF. Grayscale: #C6C6C6. Windows color (decimal): -5313472 or 4254894. OLE color: 4254894.
HSL color Cylindrical-coordinate representation of color #AEEC40: hue angle of 81.63º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AEEC40 is Cyan = 0.26, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 174 | 236 | 64 | - |
| CMYK | 0.26 | 0 | 0.73 | 0.07 |
| HSL | 81.63º | 0.82% | 0.59% | - |
| HSV(B) | 81.63º | 0.73% | 0.93% | - |
| XYZ | 48.38 | 69.36 | 15.69 | - |
| YUV | 197.85 | 52.46 | 110.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 236 | 64 | 0.26 | 0 | 0.73 | 0.07 | 81.63 | 0.82 | 0.59 |
| Hex | AE | EC | 40 | 1A | 0 | 49 | 7 | 52 | 52 | 3B |
| Octal | 256 | 354 | 100 | 32 | 0 | 111 | 7 | 122 | 122 | 73 |
| Binary | 10101110 | 11101100 | 1000000 | 11010 | 0 | 1001001 | 111 | 1010010 | 1010010 | 111011 |
Color Harmonies of #AEEC40
Complementary color
Monochromatic Colors of #AEEC40
Black with #AEEC40
Text Example
Text Example
White with #AEEC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEEC40; }
p { color: rgb(174,236,64); }
H1.HeaderClassName
{
color: #AEEC40;
}
.AnyTagClassName
{
color: #AEEC40;
}
</style>
background-color css
<style>
a { background-color: #AEEC40; }
a { background-color: rgb(174,236,64); }
div.DivClassName
{
background-color: #AEEC40;
}
.BgClassName
{
background-color: #AEEC40;
}
</style>
border-color css
<style>
span { border-color: #AEEC40; }
span { border-color: rgb(174,236,64); }
td.TdClassName
{
border-color: #AEEC40;
}
.TagClassName
{
border-color: #AEEC40;
}
</style>