Shades of Conifer #AACE65
Tints of Conifer #AACE65
RGB
CMYK
RGB Variations
Color information
#AACE65 (or 0xAACE65) is known color: Conifer. HEX triplet: AA, CE and 65. RGB value is (170,206,101). Sum of RGB (Red+Green+Blue) = 170+206+101=477 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.64% from 477); Green value is 206 (80.86% from 255 or 43.19% from 477); Blue value is 101 (39.84% from 255 or 21.17% from 477); Max value from RGB is 206 - color contains mainly: green. Hex color #AACE65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AACE65 is #55319A. Grayscale: #B7B7B7. Windows color (decimal): -5583259 or 6672042. OLE color: 6672042.
HSL color Cylindrical-coordinate representation of color #AACE65: hue angle of 80.57º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AACE65 is Cyan = 0.17, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 206 | 101 | - |
| CMYK | 0.17 | 0 | 0.51 | 0.19 |
| HSL | 80.57º | 0.52% | 0.6% | - |
| HSV(B) | 80.57º | 0.51% | 0.81% | - |
| XYZ | 41 | 53.63 | 20.5 | - |
| YUV | 183.27 | 81.57 | 118.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 206 | 101 | 0.17 | 0 | 0.51 | 0.19 | 80.57 | 0.52 | 0.6 |
| Hex | AA | CE | 65 | 11 | 0 | 33 | 13 | 51 | 34 | 3C |
| Octal | 252 | 316 | 145 | 21 | 0 | 63 | 23 | 121 | 64 | 74 |
| Binary | 10101010 | 11001110 | 1100101 | 10001 | 0 | 110011 | 10011 | 1010001 | 110100 | 111100 |
Color Harmonies of #AACE65
Complementary color
Monochromatic Colors of #AACE65
Black with #AACE65
Text Example
Text Example
White with #AACE65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACE65; }
p { color: rgb(170,206,101); }
H1.HeaderClassName
{
color: #AACE65;
}
.AnyTagClassName
{
color: #AACE65;
}
</style>
background-color css
<style>
a { background-color: #AACE65; }
a { background-color: rgb(170,206,101); }
div.DivClassName
{
background-color: #AACE65;
}
.BgClassName
{
background-color: #AACE65;
}
</style>
border-color css
<style>
span { border-color: #AACE65; }
span { border-color: rgb(170,206,101); }
td.TdClassName
{
border-color: #AACE65;
}
.TagClassName
{
border-color: #AACE65;
}
</style>