Shades of Conifer #AAEC64
Tints of Conifer #AAEC64
RGB
CMYK
RGB Variations
Color information
#AAEC64 (or 0xAAEC64) is known color: Conifer. HEX triplet: AA, EC and 64. RGB value is (170,236,100). Sum of RGB (Red+Green+Blue) = 170+236+100=506 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.60% from 506); Green value is 236 (92.58% from 255 or 46.64% from 506); Blue value is 100 (39.45% from 255 or 19.76% from 506); Max value from RGB is 236 - color contains mainly: green. Hex color #AAEC64 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAEC64 is #55139B. Grayscale: #C9C9C9. Windows color (decimal): -5575580 or 6614186. OLE color: 6614186.
HSL color Cylindrical-coordinate representation of color #AAEC64: hue angle of 89.12º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AAEC64 is Cyan = 0.28, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 236 | 100 | - |
| CMYK | 0.28 | 0 | 0.58 | 0.07 |
| HSL | 89.12º | 0.78% | 0.66% | - |
| HSV(B) | 89.12º | 0.58% | 0.93% | - |
| XYZ | 48.87 | 69.46 | 22.89 | - |
| YUV | 200.76 | 71.13 | 106.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 236 | 100 | 0.28 | 0 | 0.58 | 0.07 | 89.12 | 0.78 | 0.66 |
| Hex | AA | EC | 64 | 1C | 0 | 3A | 7 | 59 | 4E | 42 |
| Octal | 252 | 354 | 144 | 34 | 0 | 72 | 7 | 131 | 116 | 102 |
| Binary | 10101010 | 11101100 | 1100100 | 11100 | 0 | 111010 | 111 | 1011001 | 1001110 | 1000010 |
Color Harmonies of #AAEC64
Complementary color
Monochromatic Colors of #AAEC64
Black with #AAEC64
Text Example
Text Example
White with #AAEC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEC64; }
p { color: rgb(170,236,100); }
H1.HeaderClassName
{
color: #AAEC64;
}
.AnyTagClassName
{
color: #AAEC64;
}
</style>
background-color css
<style>
a { background-color: #AAEC64; }
a { background-color: rgb(170,236,100); }
div.DivClassName
{
background-color: #AAEC64;
}
.BgClassName
{
background-color: #AAEC64;
}
</style>
border-color css
<style>
span { border-color: #AAEC64; }
span { border-color: rgb(170,236,100); }
td.TdClassName
{
border-color: #AAEC64;
}
.TagClassName
{
border-color: #AAEC64;
}
</style>