Shades of Olivine #9ACE6C
Tints of Olivine #9ACE6C
RGB
CMYK
RGB Variations
Color information
#9ACE6C (or 0x9ACE6C) is known color: Olivine. HEX triplet: 9A, CE and 6C. RGB value is (154,206,108). Sum of RGB (Red+Green+Blue) = 154+206+108=468 (61% of max value = 765). Red value is 154 (60.55% from 255 or 32.91% from 468); Green value is 206 (80.86% from 255 or 44.02% from 468); Blue value is 108 (42.58% from 255 or 23.08% from 468); Max value from RGB is 206 - color contains mainly: green. Hex color #9ACE6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ACE6C is #653193. Grayscale: #B3B3B3. Windows color (decimal): -6631828 or 7130778. OLE color: 7130778.
HSL color Cylindrical-coordinate representation of color #9ACE6C: hue angle of 91.84º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9ACE6C is Cyan = 0.25, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 154 | 206 | 108 | - |
| CMYK | 0.25 | 0 | 0.48 | 0.19 |
| HSL | 91.84º | 0.5% | 0.62% | - |
| HSV(B) | 91.84º | 0.48% | 0.81% | - |
| XYZ | 38.1 | 52.1 | 22.23 | - |
| YUV | 179.28 | 87.77 | 109.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 206 | 108 | 0.25 | 0 | 0.48 | 0.19 | 91.84 | 0.5 | 0.62 |
| Hex | 9A | CE | 6C | 19 | 0 | 30 | 13 | 5C | 32 | 3E |
| Octal | 232 | 316 | 154 | 31 | 0 | 60 | 23 | 134 | 62 | 76 |
| Binary | 10011010 | 11001110 | 1101100 | 11001 | 0 | 110000 | 10011 | 1011100 | 110010 | 111110 |
Color Harmonies of #9ACE6C
Complementary color
Monochromatic Colors of #9ACE6C
Black with #9ACE6C
Text Example
Text Example
White with #9ACE6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ACE6C; }
p { color: rgb(154,206,108); }
H1.HeaderClassName
{
color: #9ACE6C;
}
.AnyTagClassName
{
color: #9ACE6C;
}
</style>
background-color css
<style>
a { background-color: #9ACE6C; }
a { background-color: rgb(154,206,108); }
div.DivClassName
{
background-color: #9ACE6C;
}
.BgClassName
{
background-color: #9ACE6C;
}
</style>
border-color css
<style>
span { border-color: #9ACE6C; }
span { border-color: rgb(154,206,108); }
td.TdClassName
{
border-color: #9ACE6C;
}
.TagClassName
{
border-color: #9ACE6C;
}
</style>