Shades of Conifer #AACE64
Tints of Conifer #AACE64
RGB
CMYK
RGB Variations
Color information
#AACE64 (or 0xAACE64) is known color: Conifer. HEX triplet: AA, CE and 64. RGB value is (170,206,100). Sum of RGB (Red+Green+Blue) = 170+206+100=476 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.71% from 476); Green value is 206 (80.86% from 255 or 43.28% from 476); Blue value is 100 (39.45% from 255 or 21.01% from 476); Max value from RGB is 206 - color contains mainly: green. Hex color #AACE64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AACE64 is #55319B. Grayscale: #B7B7B7. Windows color (decimal): -5583260 or 6606506. OLE color: 6606506.
HSL color Cylindrical-coordinate representation of color #AACE64: hue angle of 80.38º 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 #AACE64 is Cyan = 0.17, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 206 | 100 | - |
| CMYK | 0.17 | 0 | 0.51 | 0.19 |
| HSL | 80.38º | 0.52% | 0.6% | - |
| HSV(B) | 80.38º | 0.51% | 0.81% | - |
| XYZ | 40.95 | 53.61 | 20.25 | - |
| YUV | 183.15 | 81.07 | 118.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 206 | 100 | 0.17 | 0 | 0.51 | 0.19 | 80.38 | 0.52 | 0.6 |
| Hex | AA | CE | 64 | 11 | 0 | 33 | 13 | 50 | 34 | 3C |
| Octal | 252 | 316 | 144 | 21 | 0 | 63 | 23 | 120 | 64 | 74 |
| Binary | 10101010 | 11001110 | 1100100 | 10001 | 0 | 110011 | 10011 | 1010000 | 110100 | 111100 |
Color Harmonies of #AACE64
Complementary color
Monochromatic Colors of #AACE64
Black with #AACE64
Text Example
Text Example
White with #AACE64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACE64; }
p { color: rgb(170,206,100); }
H1.HeaderClassName
{
color: #AACE64;
}
.AnyTagClassName
{
color: #AACE64;
}
</style>
background-color css
<style>
a { background-color: #AACE64; }
a { background-color: rgb(170,206,100); }
div.DivClassName
{
background-color: #AACE64;
}
.BgClassName
{
background-color: #AACE64;
}
</style>
border-color css
<style>
span { border-color: #AACE64; }
span { border-color: rgb(170,206,100); }
td.TdClassName
{
border-color: #AACE64;
}
.TagClassName
{
border-color: #AACE64;
}
</style>