Shades of Conifer #AAEC5D
Tints of Conifer #AAEC5D
RGB
CMYK
RGB Variations
Color information
#AAEC5D (or 0xAAEC5D) is known color: Conifer. HEX triplet: AA, EC and 5D. RGB value is (170,236,93). Sum of RGB (Red+Green+Blue) = 170+236+93=499 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34.07% from 499); Green value is 236 (92.58% from 255 or 47.29% from 499); Blue value is 93 (36.72% from 255 or 18.64% from 499); Max value from RGB is 236 - color contains mainly: green. Hex color #AAEC5D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAEC5D is #5513A2. Grayscale: #C8C8C8. Windows color (decimal): -5575587 or 6155434. OLE color: 6155434.
HSL color Cylindrical-coordinate representation of color #AAEC5D: hue angle of 87.69º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AAEC5D is Cyan = 0.28, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 236 | 93 | - |
| CMYK | 0.28 | 0 | 0.61 | 0.07 |
| HSL | 87.69º | 0.79% | 0.65% | - |
| HSV(B) | 87.69º | 0.61% | 0.93% | - |
| XYZ | 48.55 | 69.33 | 21.18 | - |
| YUV | 199.96 | 67.63 | 106.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 236 | 93 | 0.28 | 0 | 0.61 | 0.07 | 87.69 | 0.79 | 0.65 |
| Hex | AA | EC | 5D | 1C | 0 | 3D | 7 | 58 | 4F | 41 |
| Octal | 252 | 354 | 135 | 34 | 0 | 75 | 7 | 130 | 117 | 101 |
| Binary | 10101010 | 11101100 | 1011101 | 11100 | 0 | 111101 | 111 | 1011000 | 1001111 | 1000001 |
Color Harmonies of #AAEC5D
Complementary color
Monochromatic Colors of #AAEC5D
Black with #AAEC5D
Text Example
Text Example
White with #AAEC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEC5D; }
p { color: rgb(170,236,93); }
H1.HeaderClassName
{
color: #AAEC5D;
}
.AnyTagClassName
{
color: #AAEC5D;
}
</style>
background-color css
<style>
a { background-color: #AAEC5D; }
a { background-color: rgb(170,236,93); }
div.DivClassName
{
background-color: #AAEC5D;
}
.BgClassName
{
background-color: #AAEC5D;
}
</style>
border-color css
<style>
span { border-color: #AAEC5D; }
span { border-color: rgb(170,236,93); }
td.TdClassName
{
border-color: #AAEC5D;
}
.TagClassName
{
border-color: #AAEC5D;
}
</style>