Shades of Conifer #AAEC46
Tints of Conifer #AAEC46
RGB
CMYK
RGB Variations
Color information
#AAEC46 (or 0xAAEC46) is known color: Conifer. HEX triplet: AA, EC and 46. RGB value is (170,236,70). Sum of RGB (Red+Green+Blue) = 170+236+70=476 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.71% from 476); Green value is 236 (92.58% from 255 or 49.58% from 476); Blue value is 70 (27.73% from 255 or 14.71% from 476); Max value from RGB is 236 - color contains mainly: green. Hex color #AAEC46 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAEC46 is #5513B9. Grayscale: #C5C5C5. Windows color (decimal): -5575610 or 4648106. OLE color: 4648106.
HSL color Cylindrical-coordinate representation of color #AAEC46: hue angle of 83.86º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AAEC46 is Cyan = 0.28, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 236 | 70 | - |
| CMYK | 0.28 | 0 | 0.70 | 0.07 |
| HSL | 83.86º | 0.81% | 0.6% | - |
| HSV(B) | 83.86º | 0.7% | 0.93% | - |
| XYZ | 47.68 | 68.98 | 16.6 | - |
| YUV | 197.34 | 56.13 | 108.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 236 | 70 | 0.28 | 0 | 0.70 | 0.07 | 83.86 | 0.81 | 0.6 |
| Hex | AA | EC | 46 | 1C | 0 | 46 | 7 | 54 | 51 | 3C |
| Octal | 252 | 354 | 106 | 34 | 0 | 106 | 7 | 124 | 121 | 74 |
| Binary | 10101010 | 11101100 | 1000110 | 11100 | 0 | 1000110 | 111 | 1010100 | 1010001 | 111100 |
Color Harmonies of #AAEC46
Complementary color
Monochromatic Colors of #AAEC46
Black with #AAEC46
Text Example
Text Example
White with #AAEC46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEC46; }
p { color: rgb(170,236,70); }
H1.HeaderClassName
{
color: #AAEC46;
}
.AnyTagClassName
{
color: #AAEC46;
}
</style>
background-color css
<style>
a { background-color: #AAEC46; }
a { background-color: rgb(170,236,70); }
div.DivClassName
{
background-color: #AAEC46;
}
.BgClassName
{
background-color: #AAEC46;
}
</style>
border-color css
<style>
span { border-color: #AAEC46; }
span { border-color: rgb(170,236,70); }
td.TdClassName
{
border-color: #AAEC46;
}
.TagClassName
{
border-color: #AAEC46;
}
</style>