Shades of Conifer #AEE152
Tints of Conifer #AEE152
RGB
CMYK
RGB Variations
Color information
#AEE152 (or 0xAEE152) is known color: Conifer. HEX triplet: AE, E1 and 52. RGB value is (174,225,82). Sum of RGB (Red+Green+Blue) = 174+225+82=481 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.17% from 481); Green value is 225 (88.28% from 255 or 46.78% from 481); Blue value is 82 (32.42% from 255 or 17.05% from 481); Max value from RGB is 225 - color contains mainly: green. Hex color #AEE152 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEE152 is #511EAD. Grayscale: #C1C1C1. Windows color (decimal): -5316270 or 5431726. OLE color: 5431726.
HSL color Cylindrical-coordinate representation of color #AEE152: hue angle of 81.4º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AEE152 is Cyan = 0.23, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 174 | 225 | 82 | - |
| CMYK | 0.23 | 0 | 0.64 | 0.12 |
| HSL | 81.4º | 0.7% | 0.6% | - |
| HSV(B) | 81.4º | 0.64% | 0.88% | - |
| XYZ | 45.9 | 63.46 | 17.81 | - |
| YUV | 193.45 | 65.1 | 114.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 225 | 82 | 0.23 | 0 | 0.64 | 0.12 | 81.4 | 0.7 | 0.6 |
| Hex | AE | E1 | 52 | 17 | 0 | 40 | C | 51 | 46 | 3C |
| Octal | 256 | 341 | 122 | 27 | 0 | 100 | 14 | 121 | 106 | 74 |
| Binary | 10101110 | 11100001 | 1010010 | 10111 | 0 | 1000000 | 1100 | 1010001 | 1000110 | 111100 |
Color Harmonies of #AEE152
Complementary color
Monochromatic Colors of #AEE152
Black with #AEE152
Text Example
Text Example
White with #AEE152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEE152; }
p { color: rgb(174,225,82); }
H1.HeaderClassName
{
color: #AEE152;
}
.AnyTagClassName
{
color: #AEE152;
}
</style>
background-color css
<style>
a { background-color: #AEE152; }
a { background-color: rgb(174,225,82); }
div.DivClassName
{
background-color: #AEE152;
}
.BgClassName
{
background-color: #AEE152;
}
</style>
border-color css
<style>
span { border-color: #AEE152; }
span { border-color: rgb(174,225,82); }
td.TdClassName
{
border-color: #AEE152;
}
.TagClassName
{
border-color: #AEE152;
}
</style>