Shades of Conifer #AAEC4C
Tints of Conifer #AAEC4C
RGB
CMYK
RGB Variations
Color information
#AAEC4C (or 0xAAEC4C) is known color: Conifer. HEX triplet: AA, EC and 4C. RGB value is (170,236,76). Sum of RGB (Red+Green+Blue) = 170+236+76=482 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.27% from 482); Green value is 236 (92.58% from 255 or 48.96% from 482); Blue value is 76 (30.08% from 255 or 15.77% from 482); Max value from RGB is 236 - color contains mainly: green. Hex color #AAEC4C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAEC4C is #5513B3. Grayscale: #C6C6C6. Windows color (decimal): -5575604 or 5041322. OLE color: 5041322.
HSL color Cylindrical-coordinate representation of color #AAEC4C: hue angle of 84.75º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AAEC4C is Cyan = 0.28, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 236 | 76 | - |
| CMYK | 0.28 | 0 | 0.68 | 0.07 |
| HSL | 84.75º | 0.81% | 0.61% | - |
| HSV(B) | 84.75º | 0.68% | 0.93% | - |
| XYZ | 47.88 | 69.06 | 17.64 | - |
| YUV | 198.03 | 59.13 | 108.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 236 | 76 | 0.28 | 0 | 0.68 | 0.07 | 84.75 | 0.81 | 0.61 |
| Hex | AA | EC | 4C | 1C | 0 | 44 | 7 | 55 | 51 | 3D |
| Octal | 252 | 354 | 114 | 34 | 0 | 104 | 7 | 125 | 121 | 75 |
| Binary | 10101010 | 11101100 | 1001100 | 11100 | 0 | 1000100 | 111 | 1010101 | 1010001 | 111101 |
Color Harmonies of #AAEC4C
Complementary color
Monochromatic Colors of #AAEC4C
Black with #AAEC4C
Text Example
Text Example
White with #AAEC4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEC4C; }
p { color: rgb(170,236,76); }
H1.HeaderClassName
{
color: #AAEC4C;
}
.AnyTagClassName
{
color: #AAEC4C;
}
</style>
background-color css
<style>
a { background-color: #AAEC4C; }
a { background-color: rgb(170,236,76); }
div.DivClassName
{
background-color: #AAEC4C;
}
.BgClassName
{
background-color: #AAEC4C;
}
</style>
border-color css
<style>
span { border-color: #AAEC4C; }
span { border-color: rgb(170,236,76); }
td.TdClassName
{
border-color: #AAEC4C;
}
.TagClassName
{
border-color: #AAEC4C;
}
</style>