Shades of Conifer #AAEC68
Tints of Conifer #AAEC68
RGB
CMYK
RGB Variations
Color information
#AAEC68 (or 0xAAEC68) is known color: Conifer. HEX triplet: AA, EC and 68. RGB value is (170,236,104). Sum of RGB (Red+Green+Blue) = 170+236+104=510 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.33% from 510); Green value is 236 (92.58% from 255 or 46.27% from 510); Blue value is 104 (41.02% from 255 or 20.39% from 510); Max value from RGB is 236 - color contains mainly: green. Hex color #AAEC68 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAEC68 is #551397. Grayscale: #C9C9C9. Windows color (decimal): -5575576 or 6876330. OLE color: 6876330.
HSL color Cylindrical-coordinate representation of color #AAEC68: hue angle of 90º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AAEC68 is Cyan = 0.28, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 236 | 104 | - |
| CMYK | 0.28 | 0 | 0.56 | 0.07 |
| HSL | 90º | 0.78% | 0.67% | - |
| HSV(B) | 90º | 0.56% | 0.93% | - |
| XYZ | 49.07 | 69.54 | 23.93 | - |
| YUV | 201.22 | 73.13 | 105.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 236 | 104 | 0.28 | 0 | 0.56 | 0.07 | 90 | 0.78 | 0.67 |
| Hex | AA | EC | 68 | 1C | 0 | 38 | 7 | 5A | 4E | 43 |
| Octal | 252 | 354 | 150 | 34 | 0 | 70 | 7 | 132 | 116 | 103 |
| Binary | 10101010 | 11101100 | 1101000 | 11100 | 0 | 111000 | 111 | 1011010 | 1001110 | 1000011 |
Color Harmonies of #AAEC68
Complementary color
Monochromatic Colors of #AAEC68
Black with #AAEC68
Text Example
Text Example
White with #AAEC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEC68; }
p { color: rgb(170,236,104); }
H1.HeaderClassName
{
color: #AAEC68;
}
.AnyTagClassName
{
color: #AAEC68;
}
</style>
background-color css
<style>
a { background-color: #AAEC68; }
a { background-color: rgb(170,236,104); }
div.DivClassName
{
background-color: #AAEC68;
}
.BgClassName
{
background-color: #AAEC68;
}
</style>
border-color css
<style>
span { border-color: #AAEC68; }
span { border-color: rgb(170,236,104); }
td.TdClassName
{
border-color: #AAEC68;
}
.TagClassName
{
border-color: #AAEC68;
}
</style>