Shades of Olivine #9AC96E
Tints of Olivine #9AC96E
RGB
CMYK
RGB Variations
Color information
#9AC96E (or 0x9AC96E) is known color: Olivine. HEX triplet: 9A, C9 and 6E. RGB value is (154,201,110). Sum of RGB (Red+Green+Blue) = 154+201+110=465 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.12% from 465); Green value is 201 (78.91% from 255 or 43.23% from 465); Blue value is 110 (43.36% from 255 or 23.66% from 465); Max value from RGB is 201 - color contains mainly: green. Hex color #9AC96E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AC96E is #653691. Grayscale: #B0B0B0. Windows color (decimal): -6633106 or 7260570. OLE color: 7260570.
HSL color Cylindrical-coordinate representation of color #9AC96E: hue angle of 90.99º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9AC96E is Cyan = 0.23, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 154 | 201 | 110 | - |
| CMYK | 0.23 | 0 | 0.45 | 0.21 |
| HSL | 90.99º | 0.46% | 0.61% | - |
| HSV(B) | 90.99º | 0.45% | 0.79% | - |
| XYZ | 37.03 | 49.77 | 22.41 | - |
| YUV | 176.57 | 90.43 | 111.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 201 | 110 | 0.23 | 0 | 0.45 | 0.21 | 90.99 | 0.46 | 0.61 |
| Hex | 9A | C9 | 6E | 17 | 0 | 2D | 15 | 5B | 2E | 3D |
| Octal | 232 | 311 | 156 | 27 | 0 | 55 | 25 | 133 | 56 | 75 |
| Binary | 10011010 | 11001001 | 1101110 | 10111 | 0 | 101101 | 10101 | 1011011 | 101110 | 111101 |
Color Harmonies of #9AC96E
Complementary color
Monochromatic Colors of #9AC96E
Black with #9AC96E
Text Example
Text Example
White with #9AC96E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AC96E; }
p { color: rgb(154,201,110); }
H1.HeaderClassName
{
color: #9AC96E;
}
.AnyTagClassName
{
color: #9AC96E;
}
</style>
background-color css
<style>
a { background-color: #9AC96E; }
a { background-color: rgb(154,201,110); }
div.DivClassName
{
background-color: #9AC96E;
}
.BgClassName
{
background-color: #9AC96E;
}
</style>
border-color css
<style>
span { border-color: #9AC96E; }
span { border-color: rgb(154,201,110); }
td.TdClassName
{
border-color: #9AC96E;
}
.TagClassName
{
border-color: #9AC96E;
}
</style>