Shades of Olivine #9AC96C
Tints of Olivine #9AC96C
RGB
CMYK
RGB Variations
Color information
#9AC96C (or 0x9AC96C) is known color: Olivine. HEX triplet: 9A, C9 and 6C. RGB value is (154,201,108). Sum of RGB (Red+Green+Blue) = 154+201+108=463 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.26% from 463); Green value is 201 (78.91% from 255 or 43.41% from 463); Blue value is 108 (42.58% from 255 or 23.33% from 463); Max value from RGB is 201 - color contains mainly: green. Hex color #9AC96C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AC96C is #653693. Grayscale: #B0B0B0. Windows color (decimal): -6633108 or 7129498. OLE color: 7129498.
HSL color Cylindrical-coordinate representation of color #9AC96C: hue angle of 90.32º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9AC96C is Cyan = 0.23, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 154 | 201 | 108 | - |
| CMYK | 0.23 | 0 | 0.46 | 0.21 |
| HSL | 90.32º | 0.46% | 0.61% | - |
| HSV(B) | 90.32º | 0.46% | 0.79% | - |
| XYZ | 36.92 | 49.73 | 21.84 | - |
| YUV | 176.35 | 89.43 | 112.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 201 | 108 | 0.23 | 0 | 0.46 | 0.21 | 90.32 | 0.46 | 0.61 |
| Hex | 9A | C9 | 6C | 17 | 0 | 2E | 15 | 5A | 2E | 3D |
| Octal | 232 | 311 | 154 | 27 | 0 | 56 | 25 | 132 | 56 | 75 |
| Binary | 10011010 | 11001001 | 1101100 | 10111 | 0 | 101110 | 10101 | 1011010 | 101110 | 111101 |
Color Harmonies of #9AC96C
Complementary color
Monochromatic Colors of #9AC96C
Black with #9AC96C
Text Example
Text Example
White with #9AC96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AC96C; }
p { color: rgb(154,201,108); }
H1.HeaderClassName
{
color: #9AC96C;
}
.AnyTagClassName
{
color: #9AC96C;
}
</style>
background-color css
<style>
a { background-color: #9AC96C; }
a { background-color: rgb(154,201,108); }
div.DivClassName
{
background-color: #9AC96C;
}
.BgClassName
{
background-color: #9AC96C;
}
</style>
border-color css
<style>
span { border-color: #9AC96C; }
span { border-color: rgb(154,201,108); }
td.TdClassName
{
border-color: #9AC96C;
}
.TagClassName
{
border-color: #9AC96C;
}
</style>