Shades of Conifer #AEEA42
Tints of Conifer #AEEA42
RGB
CMYK
RGB Variations
Color information
#AEEA42 (or 0xAEEA42) is known color: Conifer. HEX triplet: AE, EA and 42. RGB value is (174,234,66). Sum of RGB (Red+Green+Blue) = 174+234+66=474 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.71% from 474); Green value is 234 (91.80% from 255 or 49.37% from 474); Blue value is 66 (26.17% from 255 or 13.92% from 474); Max value from RGB is 234 - color contains mainly: green. Hex color #AEEA42 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AEEA42 is #5115BD. Grayscale: #C5C5C5. Windows color (decimal): -5313982 or 4385454. OLE color: 4385454.
HSL color Cylindrical-coordinate representation of color #AEEA42: hue angle of 81.43º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AEEA42 is Cyan = 0.26, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 174 | 234 | 66 | - |
| CMYK | 0.26 | 0 | 0.72 | 0.08 |
| HSL | 81.43º | 0.8% | 0.59% | - |
| HSV(B) | 81.43º | 0.72% | 0.92% | - |
| XYZ | 47.86 | 68.24 | 15.8 | - |
| YUV | 196.91 | 54.12 | 111.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 234 | 66 | 0.26 | 0 | 0.72 | 0.08 | 81.43 | 0.8 | 0.59 |
| Hex | AE | EA | 42 | 1A | 0 | 48 | 8 | 51 | 50 | 3B |
| Octal | 256 | 352 | 102 | 32 | 0 | 110 | 10 | 121 | 120 | 73 |
| Binary | 10101110 | 11101010 | 1000010 | 11010 | 0 | 1001000 | 1000 | 1010001 | 1010000 | 111011 |
Color Harmonies of #AEEA42
Complementary color
Monochromatic Colors of #AEEA42
Black with #AEEA42
Text Example
Text Example
White with #AEEA42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEEA42; }
p { color: rgb(174,234,66); }
H1.HeaderClassName
{
color: #AEEA42;
}
.AnyTagClassName
{
color: #AEEA42;
}
</style>
background-color css
<style>
a { background-color: #AEEA42; }
a { background-color: rgb(174,234,66); }
div.DivClassName
{
background-color: #AEEA42;
}
.BgClassName
{
background-color: #AEEA42;
}
</style>
border-color css
<style>
span { border-color: #AEEA42; }
span { border-color: rgb(174,234,66); }
td.TdClassName
{
border-color: #AEEA42;
}
.TagClassName
{
border-color: #AEEA42;
}
</style>