Shades of Olivine #9ACB5A
Tints of Olivine #9ACB5A
RGB
CMYK
RGB Variations
Color information
#9ACB5A (or 0x9ACB5A) is known color: Olivine. HEX triplet: 9A, CB and 5A. RGB value is (154,203,90). Sum of RGB (Red+Green+Blue) = 154+203+90=447 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.45% from 447); Green value is 203 (79.69% from 255 or 45.41% from 447); Blue value is 90 (35.55% from 255 or 20.13% from 447); Max value from RGB is 203 - color contains mainly: green. Hex color #9ACB5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ACB5A is #6534A5. Grayscale: #AFAFAF. Windows color (decimal): -6632614 or 5950362. OLE color: 5950362.
HSL color Cylindrical-coordinate representation of color #9ACB5A: hue angle of 86.02º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9ACB5A is Cyan = 0.24, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 154 | 203 | 90 | - |
| CMYK | 0.24 | 0 | 0.56 | 0.20 |
| HSL | 86.02º | 0.52% | 0.57% | - |
| HSV(B) | 86.02º | 0.56% | 0.8% | - |
| XYZ | 36.53 | 50.32 | 17.46 | - |
| YUV | 175.47 | 79.77 | 112.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 203 | 90 | 0.24 | 0 | 0.56 | 0.20 | 86.02 | 0.52 | 0.57 |
| Hex | 9A | CB | 5A | 18 | 0 | 38 | 14 | 56 | 34 | 39 |
| Octal | 232 | 313 | 132 | 30 | 0 | 70 | 24 | 126 | 64 | 71 |
| Binary | 10011010 | 11001011 | 1011010 | 11000 | 0 | 111000 | 10100 | 1010110 | 110100 | 111001 |
Color Harmonies of #9ACB5A
Complementary color
Monochromatic Colors of #9ACB5A
Black with #9ACB5A
Text Example
Text Example
White with #9ACB5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ACB5A; }
p { color: rgb(154,203,90); }
H1.HeaderClassName
{
color: #9ACB5A;
}
.AnyTagClassName
{
color: #9ACB5A;
}
</style>
background-color css
<style>
a { background-color: #9ACB5A; }
a { background-color: rgb(154,203,90); }
div.DivClassName
{
background-color: #9ACB5A;
}
.BgClassName
{
background-color: #9ACB5A;
}
</style>
border-color css
<style>
span { border-color: #9ACB5A; }
span { border-color: rgb(154,203,90); }
td.TdClassName
{
border-color: #9ACB5A;
}
.TagClassName
{
border-color: #9ACB5A;
}
</style>