Shades of Conifer #AACB63
Tints of Conifer #AACB63
RGB
CMYK
RGB Variations
Color information
#AACB63 (or 0xAACB63) is known color: Conifer. HEX triplet: AA, CB and 63. RGB value is (170,203,99). Sum of RGB (Red+Green+Blue) = 170+203+99=472 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.02% from 472); Green value is 203 (79.69% from 255 or 43.01% from 472); Blue value is 99 (39.06% from 255 or 20.97% from 472); Max value from RGB is 203 - color contains mainly: green. Hex color #AACB63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AACB63 is #55349C. Grayscale: #B5B5B5. Windows color (decimal): -5584029 or 6540202. OLE color: 6540202.
HSL color Cylindrical-coordinate representation of color #AACB63: hue angle of 79.04º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AACB63 is Cyan = 0.16, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 170 | 203 | 99 | - |
| CMYK | 0.16 | 0 | 0.51 | 0.20 |
| HSL | 79.04º | 0.5% | 0.59% | - |
| HSV(B) | 79.04º | 0.51% | 0.8% | - |
| XYZ | 40.19 | 52.16 | 19.75 | - |
| YUV | 181.28 | 81.57 | 119.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 203 | 99 | 0.16 | 0 | 0.51 | 0.20 | 79.04 | 0.5 | 0.59 |
| Hex | AA | CB | 63 | 10 | 0 | 33 | 14 | 4F | 32 | 3B |
| Octal | 252 | 313 | 143 | 20 | 0 | 63 | 24 | 117 | 62 | 73 |
| Binary | 10101010 | 11001011 | 1100011 | 10000 | 0 | 110011 | 10100 | 1001111 | 110010 | 111011 |
Color Harmonies of #AACB63
Complementary color
Monochromatic Colors of #AACB63
Black with #AACB63
Text Example
Text Example
White with #AACB63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACB63; }
p { color: rgb(170,203,99); }
H1.HeaderClassName
{
color: #AACB63;
}
.AnyTagClassName
{
color: #AACB63;
}
</style>
background-color css
<style>
a { background-color: #AACB63; }
a { background-color: rgb(170,203,99); }
div.DivClassName
{
background-color: #AACB63;
}
.BgClassName
{
background-color: #AACB63;
}
</style>
border-color css
<style>
span { border-color: #AACB63; }
span { border-color: rgb(170,203,99); }
td.TdClassName
{
border-color: #AACB63;
}
.TagClassName
{
border-color: #AACB63;
}
</style>