Shades of Conifer #AEE55D
Tints of Conifer #AEE55D
RGB
CMYK
RGB Variations
Color information
#AEE55D (or 0xAEE55D) is known color: Conifer. HEX triplet: AE, E5 and 5D. RGB value is (174,229,93). Sum of RGB (Red+Green+Blue) = 174+229+93=496 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.08% from 496); Green value is 229 (89.84% from 255 or 46.17% from 496); Blue value is 93 (36.72% from 255 or 18.75% from 496); Max value from RGB is 229 - color contains mainly: green. Hex color #AEE55D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEE55D is #511AA2. Grayscale: #C5C5C5. Windows color (decimal): -5315235 or 6153646. OLE color: 6153646.
HSL color Cylindrical-coordinate representation of color #AEE55D: hue angle of 84.26º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AEE55D is Cyan = 0.24, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 174 | 229 | 93 | - |
| CMYK | 0.24 | 0 | 0.59 | 0.10 |
| HSL | 84.26º | 0.72% | 0.63% | - |
| HSV(B) | 84.26º | 0.59% | 0.9% | - |
| XYZ | 47.45 | 65.83 | 20.56 | - |
| YUV | 197.05 | 69.28 | 111.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 229 | 93 | 0.24 | 0 | 0.59 | 0.10 | 84.26 | 0.72 | 0.63 |
| Hex | AE | E5 | 5D | 18 | 0 | 3B | A | 54 | 48 | 3F |
| Octal | 256 | 345 | 135 | 30 | 0 | 73 | 12 | 124 | 110 | 77 |
| Binary | 10101110 | 11100101 | 1011101 | 11000 | 0 | 111011 | 1010 | 1010100 | 1001000 | 111111 |
Color Harmonies of #AEE55D
Complementary color
Monochromatic Colors of #AEE55D
Black with #AEE55D
Text Example
Text Example
White with #AEE55D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEE55D; }
p { color: rgb(174,229,93); }
H1.HeaderClassName
{
color: #AEE55D;
}
.AnyTagClassName
{
color: #AEE55D;
}
</style>
background-color css
<style>
a { background-color: #AEE55D; }
a { background-color: rgb(174,229,93); }
div.DivClassName
{
background-color: #AEE55D;
}
.BgClassName
{
background-color: #AEE55D;
}
</style>
border-color css
<style>
span { border-color: #AEE55D; }
span { border-color: rgb(174,229,93); }
td.TdClassName
{
border-color: #AEE55D;
}
.TagClassName
{
border-color: #AEE55D;
}
</style>