Shades of Olivine #9AC96D
Tints of Olivine #9AC96D
RGB
CMYK
RGB Variations
Color information
#9AC96D (or 0x9AC96D) is known color: Olivine. HEX triplet: 9A, C9 and 6D. RGB value is (154,201,109). Sum of RGB (Red+Green+Blue) = 154+201+109=464 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.19% from 464); Green value is 201 (78.91% from 255 or 43.32% from 464); Blue value is 109 (42.97% from 255 or 23.49% from 464); Max value from RGB is 201 - color contains mainly: green. Hex color #9AC96D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AC96D is #653692. Grayscale: #B0B0B0. Windows color (decimal): -6633107 or 7195034. OLE color: 7195034.
HSL color Cylindrical-coordinate representation of color #9AC96D: hue angle of 90.65º 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 #9AC96D is Cyan = 0.23, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 154 | 201 | 109 | - |
| CMYK | 0.23 | 0 | 0.46 | 0.21 |
| HSL | 90.65º | 0.46% | 0.61% | - |
| HSV(B) | 90.65º | 0.46% | 0.79% | - |
| XYZ | 36.97 | 49.75 | 22.12 | - |
| YUV | 176.46 | 89.93 | 111.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 201 | 109 | 0.23 | 0 | 0.46 | 0.21 | 90.65 | 0.46 | 0.61 |
| Hex | 9A | C9 | 6D | 17 | 0 | 2E | 15 | 5B | 2E | 3D |
| Octal | 232 | 311 | 155 | 27 | 0 | 56 | 25 | 133 | 56 | 75 |
| Binary | 10011010 | 11001001 | 1101101 | 10111 | 0 | 101110 | 10101 | 1011011 | 101110 | 111101 |
Color Harmonies of #9AC96D
Complementary color
Monochromatic Colors of #9AC96D
Black with #9AC96D
Text Example
Text Example
White with #9AC96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AC96D; }
p { color: rgb(154,201,109); }
H1.HeaderClassName
{
color: #9AC96D;
}
.AnyTagClassName
{
color: #9AC96D;
}
</style>
background-color css
<style>
a { background-color: #9AC96D; }
a { background-color: rgb(154,201,109); }
div.DivClassName
{
background-color: #9AC96D;
}
.BgClassName
{
background-color: #9AC96D;
}
</style>
border-color css
<style>
span { border-color: #9AC96D; }
span { border-color: rgb(154,201,109); }
td.TdClassName
{
border-color: #9AC96D;
}
.TagClassName
{
border-color: #9AC96D;
}
</style>