Shades of Conifer #AEE55A
Tints of Conifer #AEE55A
RGB
CMYK
RGB Variations
Color information
#AEE55A (or 0xAEE55A) is known color: Conifer. HEX triplet: AE, E5 and 5A. RGB value is (174,229,90). Sum of RGB (Red+Green+Blue) = 174+229+90=493 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.29% from 493); Green value is 229 (89.84% from 255 or 46.45% from 493); Blue value is 90 (35.55% from 255 or 18.26% from 493); Max value from RGB is 229 - color contains mainly: green. Hex color #AEE55A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEE55A is #511AA5. Grayscale: #C5C5C5. Windows color (decimal): -5315238 or 5957038. OLE color: 5957038.
HSL color Cylindrical-coordinate representation of color #AEE55A: hue angle of 83.74º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AEE55A is Cyan = 0.24, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 174 | 229 | 90 | - |
| CMYK | 0.24 | 0 | 0.61 | 0.10 |
| HSL | 83.74º | 0.73% | 0.63% | - |
| HSV(B) | 83.74º | 0.61% | 0.9% | - |
| XYZ | 47.32 | 65.78 | 19.87 | - |
| YUV | 196.71 | 67.78 | 111.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 229 | 90 | 0.24 | 0 | 0.61 | 0.10 | 83.74 | 0.73 | 0.63 |
| Hex | AE | E5 | 5A | 18 | 0 | 3D | A | 54 | 49 | 3F |
| Octal | 256 | 345 | 132 | 30 | 0 | 75 | 12 | 124 | 111 | 77 |
| Binary | 10101110 | 11100101 | 1011010 | 11000 | 0 | 111101 | 1010 | 1010100 | 1001001 | 111111 |
Color Harmonies of #AEE55A
Complementary color
Monochromatic Colors of #AEE55A
Black with #AEE55A
Text Example
Text Example
White with #AEE55A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEE55A; }
p { color: rgb(174,229,90); }
H1.HeaderClassName
{
color: #AEE55A;
}
.AnyTagClassName
{
color: #AEE55A;
}
</style>
background-color css
<style>
a { background-color: #AEE55A; }
a { background-color: rgb(174,229,90); }
div.DivClassName
{
background-color: #AEE55A;
}
.BgClassName
{
background-color: #AEE55A;
}
</style>
border-color css
<style>
span { border-color: #AEE55A; }
span { border-color: rgb(174,229,90); }
td.TdClassName
{
border-color: #AEE55A;
}
.TagClassName
{
border-color: #AEE55A;
}
</style>