Shades of Olivine #9AC55A
Tints of Olivine #9AC55A
RGB
CMYK
RGB Variations
Color information
#9AC55A (or 0x9AC55A) is known color: Olivine. HEX triplet: 9A, C5 and 5A. RGB value is (154,197,90). Sum of RGB (Red+Green+Blue) = 154+197+90=441 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.92% from 441); Green value is 197 (77.34% from 255 or 44.67% from 441); Blue value is 90 (35.55% from 255 or 20.41% from 441); Max value from RGB is 197 - color contains mainly: green. Hex color #9AC55A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AC55A is #653AA5. Grayscale: #ACACAC. Windows color (decimal): -6634150 or 5948826. OLE color: 5948826.
HSL color Cylindrical-coordinate representation of color #9AC55A: hue angle of 84.11º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9AC55A is Cyan = 0.22, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 154 | 197 | 90 | - |
| CMYK | 0.22 | 0 | 0.54 | 0.23 |
| HSL | 84.11º | 0.48% | 0.56% | - |
| HSV(B) | 84.11º | 0.54% | 0.77% | - |
| XYZ | 35.14 | 47.54 | 17 | - |
| YUV | 171.95 | 81.75 | 115.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 197 | 90 | 0.22 | 0 | 0.54 | 0.23 | 84.11 | 0.48 | 0.56 |
| Hex | 9A | C5 | 5A | 16 | 0 | 36 | 17 | 54 | 30 | 38 |
| Octal | 232 | 305 | 132 | 26 | 0 | 66 | 27 | 124 | 60 | 70 |
| Binary | 10011010 | 11000101 | 1011010 | 10110 | 0 | 110110 | 10111 | 1010100 | 110000 | 111000 |
Color Harmonies of #9AC55A
Complementary color
Monochromatic Colors of #9AC55A
Black with #9AC55A
Text Example
Text Example
White with #9AC55A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AC55A; }
p { color: rgb(154,197,90); }
H1.HeaderClassName
{
color: #9AC55A;
}
.AnyTagClassName
{
color: #9AC55A;
}
</style>
background-color css
<style>
a { background-color: #9AC55A; }
a { background-color: rgb(154,197,90); }
div.DivClassName
{
background-color: #9AC55A;
}
.BgClassName
{
background-color: #9AC55A;
}
</style>
border-color css
<style>
span { border-color: #9AC55A; }
span { border-color: rgb(154,197,90); }
td.TdClassName
{
border-color: #9AC55A;
}
.TagClassName
{
border-color: #9AC55A;
}
</style>