Shades of Conifer #AAEC5C
Tints of Conifer #AAEC5C
RGB
CMYK
RGB Variations
Color information
#AAEC5C (or 0xAAEC5C) is known color: Conifer. HEX triplet: AA, EC and 5C. RGB value is (170,236,92). Sum of RGB (Red+Green+Blue) = 170+236+92=498 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.14% from 498); Green value is 236 (92.58% from 255 or 47.39% from 498); Blue value is 92 (36.33% from 255 or 18.47% from 498); Max value from RGB is 236 - color contains mainly: green. Hex color #AAEC5C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAEC5C is #5513A3. Grayscale: #C8C8C8. Windows color (decimal): -5575588 or 6089898. OLE color: 6089898.
HSL color Cylindrical-coordinate representation of color #AAEC5C: hue angle of 87.5º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AAEC5C is Cyan = 0.28, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 236 | 92 | - |
| CMYK | 0.28 | 0 | 0.61 | 0.07 |
| HSL | 87.5º | 0.79% | 0.64% | - |
| HSV(B) | 87.5º | 0.61% | 0.93% | - |
| XYZ | 48.5 | 69.31 | 20.95 | - |
| YUV | 199.85 | 67.13 | 106.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 236 | 92 | 0.28 | 0 | 0.61 | 0.07 | 87.5 | 0.79 | 0.64 |
| Hex | AA | EC | 5C | 1C | 0 | 3D | 7 | 57 | 4F | 40 |
| Octal | 252 | 354 | 134 | 34 | 0 | 75 | 7 | 127 | 117 | 100 |
| Binary | 10101010 | 11101100 | 1011100 | 11100 | 0 | 111101 | 111 | 1010111 | 1001111 | 1000000 |
Color Harmonies of #AAEC5C
Complementary color
Monochromatic Colors of #AAEC5C
Black with #AAEC5C
Text Example
Text Example
White with #AAEC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEC5C; }
p { color: rgb(170,236,92); }
H1.HeaderClassName
{
color: #AAEC5C;
}
.AnyTagClassName
{
color: #AAEC5C;
}
</style>
background-color css
<style>
a { background-color: #AAEC5C; }
a { background-color: rgb(170,236,92); }
div.DivClassName
{
background-color: #AAEC5C;
}
.BgClassName
{
background-color: #AAEC5C;
}
</style>
border-color css
<style>
span { border-color: #AAEC5C; }
span { border-color: rgb(170,236,92); }
td.TdClassName
{
border-color: #AAEC5C;
}
.TagClassName
{
border-color: #AAEC5C;
}
</style>