Shades of Conifer #AACC65
Tints of Conifer #AACC65
RGB
CMYK
RGB Variations
Color information
#AACC65 (or 0xAACC65) is known color: Conifer. HEX triplet: AA, CC and 65. RGB value is (170,204,101). Sum of RGB (Red+Green+Blue) = 170+204+101=475 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.79% from 475); Green value is 204 (80.08% from 255 or 42.95% from 475); Blue value is 101 (39.84% from 255 or 21.26% from 475); Max value from RGB is 204 - color contains mainly: green. Hex color #AACC65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AACC65 is #55339A. Grayscale: #B6B6B6. Windows color (decimal): -5583771 or 6671530. OLE color: 6671530.
HSL color Cylindrical-coordinate representation of color #AACC65: hue angle of 79.81º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AACC65 is Cyan = 0.17, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 170 | 204 | 101 | - |
| CMYK | 0.17 | 0 | 0.50 | 0.2 |
| HSL | 79.81º | 0.5% | 0.6% | - |
| HSV(B) | 79.81º | 0.5% | 0.8% | - |
| XYZ | 40.52 | 52.67 | 20.34 | - |
| YUV | 182.09 | 82.24 | 119.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 204 | 101 | 0.17 | 0 | 0.50 | 0.2 | 79.81 | 0.5 | 0.6 |
| Hex | AA | CC | 65 | 11 | 0 | 32 | 14 | 50 | 32 | 3C |
| Octal | 252 | 314 | 145 | 21 | 0 | 62 | 24 | 120 | 62 | 74 |
| Binary | 10101010 | 11001100 | 1100101 | 10001 | 0 | 110010 | 10100 | 1010000 | 110010 | 111100 |
Color Harmonies of #AACC65
Complementary color
Monochromatic Colors of #AACC65
Black with #AACC65
Text Example
Text Example
White with #AACC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACC65; }
p { color: rgb(170,204,101); }
H1.HeaderClassName
{
color: #AACC65;
}
.AnyTagClassName
{
color: #AACC65;
}
</style>
background-color css
<style>
a { background-color: #AACC65; }
a { background-color: rgb(170,204,101); }
div.DivClassName
{
background-color: #AACC65;
}
.BgClassName
{
background-color: #AACC65;
}
</style>
border-color css
<style>
span { border-color: #AACC65; }
span { border-color: rgb(170,204,101); }
td.TdClassName
{
border-color: #AACC65;
}
.TagClassName
{
border-color: #AACC65;
}
</style>