Shades of Conifer #AEE15A
Tints of Conifer #AEE15A
RGB
CMYK
RGB Variations
Color information
#AEE15A (or 0xAEE15A) is known color: Conifer. HEX triplet: AE, E1 and 5A. RGB value is (174,225,90). Sum of RGB (Red+Green+Blue) = 174+225+90=489 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.58% from 489); Green value is 225 (88.28% from 255 or 46.01% from 489); Blue value is 90 (35.55% from 255 or 18.40% from 489); Max value from RGB is 225 - color contains mainly: green. Hex color #AEE15A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEE15A is #511EA5. Grayscale: #C2C2C2. Windows color (decimal): -5316262 or 5956014. OLE color: 5956014.
HSL color Cylindrical-coordinate representation of color #AEE15A: hue angle of 82.67º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AEE15A is Cyan = 0.23, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 174 | 225 | 90 | - |
| CMYK | 0.23 | 0 | 0.60 | 0.12 |
| HSL | 82.67º | 0.69% | 0.62% | - |
| HSV(B) | 82.67º | 0.6% | 0.88% | - |
| XYZ | 46.23 | 63.59 | 19.51 | - |
| YUV | 194.36 | 69.1 | 113.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 225 | 90 | 0.23 | 0 | 0.60 | 0.12 | 82.67 | 0.69 | 0.62 |
| Hex | AE | E1 | 5A | 17 | 0 | 3C | C | 53 | 45 | 3E |
| Octal | 256 | 341 | 132 | 27 | 0 | 74 | 14 | 123 | 105 | 76 |
| Binary | 10101110 | 11100001 | 1011010 | 10111 | 0 | 111100 | 1100 | 1010011 | 1000101 | 111110 |
Color Harmonies of #AEE15A
Complementary color
Monochromatic Colors of #AEE15A
Black with #AEE15A
Text Example
Text Example
White with #AEE15A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEE15A; }
p { color: rgb(174,225,90); }
H1.HeaderClassName
{
color: #AEE15A;
}
.AnyTagClassName
{
color: #AEE15A;
}
</style>
background-color css
<style>
a { background-color: #AEE15A; }
a { background-color: rgb(174,225,90); }
div.DivClassName
{
background-color: #AEE15A;
}
.BgClassName
{
background-color: #AEE15A;
}
</style>
border-color css
<style>
span { border-color: #AEE15A; }
span { border-color: rgb(174,225,90); }
td.TdClassName
{
border-color: #AEE15A;
}
.TagClassName
{
border-color: #AEE15A;
}
</style>