Shades of Conifer #AEE15E
Tints of Conifer #AEE15E
RGB
CMYK
RGB Variations
Color information
#AEE15E (or 0xAEE15E) is known color: Conifer. HEX triplet: AE, E1 and 5E. RGB value is (174,225,94). Sum of RGB (Red+Green+Blue) = 174+225+94=493 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.29% from 493); Green value is 225 (88.28% from 255 or 45.64% from 493); Blue value is 94 (37.11% from 255 or 19.07% from 493); Max value from RGB is 225 - color contains mainly: green. Hex color #AEE15E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEE15E is #511EA1. Grayscale: #C3C3C3. Windows color (decimal): -5316258 or 6218158. OLE color: 6218158.
HSL color Cylindrical-coordinate representation of color #AEE15E: hue angle of 83.36º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AEE15E is Cyan = 0.23, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 174 | 225 | 94 | - |
| CMYK | 0.23 | 0 | 0.58 | 0.12 |
| HSL | 83.36º | 0.69% | 0.63% | - |
| HSV(B) | 83.36º | 0.58% | 0.88% | - |
| XYZ | 46.4 | 63.66 | 20.43 | - |
| YUV | 194.82 | 71.1 | 113.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 225 | 94 | 0.23 | 0 | 0.58 | 0.12 | 83.36 | 0.69 | 0.63 |
| Hex | AE | E1 | 5E | 17 | 0 | 3A | C | 53 | 45 | 3F |
| Octal | 256 | 341 | 136 | 27 | 0 | 72 | 14 | 123 | 105 | 77 |
| Binary | 10101110 | 11100001 | 1011110 | 10111 | 0 | 111010 | 1100 | 1010011 | 1000101 | 111111 |
Color Harmonies of #AEE15E
Complementary color
Monochromatic Colors of #AEE15E
Black with #AEE15E
Text Example
Text Example
White with #AEE15E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEE15E; }
p { color: rgb(174,225,94); }
H1.HeaderClassName
{
color: #AEE15E;
}
.AnyTagClassName
{
color: #AEE15E;
}
</style>
background-color css
<style>
a { background-color: #AEE15E; }
a { background-color: rgb(174,225,94); }
div.DivClassName
{
background-color: #AEE15E;
}
.BgClassName
{
background-color: #AEE15E;
}
</style>
border-color css
<style>
span { border-color: #AEE15E; }
span { border-color: rgb(174,225,94); }
td.TdClassName
{
border-color: #AEE15E;
}
.TagClassName
{
border-color: #AEE15E;
}
</style>