Shades of Conifer #AACE63
Tints of Conifer #AACE63
RGB
CMYK
RGB Variations
Color information
#AACE63 (or 0xAACE63) is known color: Conifer. HEX triplet: AA, CE and 63. RGB value is (170,206,99). Sum of RGB (Red+Green+Blue) = 170+206+99=475 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.79% from 475); Green value is 206 (80.86% from 255 or 43.37% from 475); Blue value is 99 (39.06% from 255 or 20.84% from 475); Max value from RGB is 206 - color contains mainly: green. Hex color #AACE63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AACE63 is #55319C. Grayscale: #B7B7B7. Windows color (decimal): -5583261 or 6540970. OLE color: 6540970.
HSL color Cylindrical-coordinate representation of color #AACE63: hue angle of 80.19º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AACE63 is Cyan = 0.17, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 206 | 99 | - |
| CMYK | 0.17 | 0 | 0.52 | 0.19 |
| HSL | 80.19º | 0.52% | 0.6% | - |
| HSV(B) | 80.19º | 0.52% | 0.81% | - |
| XYZ | 40.9 | 53.59 | 19.99 | - |
| YUV | 183.04 | 80.57 | 118.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 206 | 99 | 0.17 | 0 | 0.52 | 0.19 | 80.19 | 0.52 | 0.6 |
| Hex | AA | CE | 63 | 11 | 0 | 34 | 13 | 50 | 34 | 3C |
| Octal | 252 | 316 | 143 | 21 | 0 | 64 | 23 | 120 | 64 | 74 |
| Binary | 10101010 | 11001110 | 1100011 | 10001 | 0 | 110100 | 10011 | 1010000 | 110100 | 111100 |
Color Harmonies of #AACE63
Complementary color
Monochromatic Colors of #AACE63
Black with #AACE63
Text Example
Text Example
White with #AACE63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACE63; }
p { color: rgb(170,206,99); }
H1.HeaderClassName
{
color: #AACE63;
}
.AnyTagClassName
{
color: #AACE63;
}
</style>
background-color css
<style>
a { background-color: #AACE63; }
a { background-color: rgb(170,206,99); }
div.DivClassName
{
background-color: #AACE63;
}
.BgClassName
{
background-color: #AACE63;
}
</style>
border-color css
<style>
span { border-color: #AACE63; }
span { border-color: rgb(170,206,99); }
td.TdClassName
{
border-color: #AACE63;
}
.TagClassName
{
border-color: #AACE63;
}
</style>