Shades of Olivine #98D160
Tints of Olivine #98D160
RGB
CMYK
RGB Variations
Color information
#98D160 (or 0x98D160) is known color: Olivine. HEX triplet: 98, D1 and 60. RGB value is (152,209,96). Sum of RGB (Red+Green+Blue) = 152+209+96=457 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.26% from 457); Green value is 209 (82.03% from 255 or 45.73% from 457); Blue value is 96 (37.89% from 255 or 21.01% from 457); Max value from RGB is 209 - color contains mainly: green. Hex color #98D160 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98D160 is #672E9F. Grayscale: #B3B3B3. Windows color (decimal): -6762144 or 6345112. OLE color: 6345112.
HSL color Cylindrical-coordinate representation of color #98D160: hue angle of 90.27º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #98D160 is Cyan = 0.27, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 152 | 209 | 96 | - |
| CMYK | 0.27 | 0 | 0.54 | 0.18 |
| HSL | 90.27º | 0.55% | 0.6% | - |
| HSV(B) | 90.27º | 0.54% | 0.82% | - |
| XYZ | 37.86 | 53.12 | 19.32 | - |
| YUV | 179.08 | 81.12 | 108.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 209 | 96 | 0.27 | 0 | 0.54 | 0.18 | 90.27 | 0.55 | 0.6 |
| Hex | 98 | D1 | 60 | 1B | 0 | 36 | 12 | 5A | 37 | 3C |
| Octal | 230 | 321 | 140 | 33 | 0 | 66 | 22 | 132 | 67 | 74 |
| Binary | 10011000 | 11010001 | 1100000 | 11011 | 0 | 110110 | 10010 | 1011010 | 110111 | 111100 |
Color Harmonies of #98D160
Complementary color
Monochromatic Colors of #98D160
Black with #98D160
Text Example
Text Example
White with #98D160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D160; }
p { color: rgb(152,209,96); }
H1.HeaderClassName
{
color: #98D160;
}
.AnyTagClassName
{
color: #98D160;
}
</style>
background-color css
<style>
a { background-color: #98D160; }
a { background-color: rgb(152,209,96); }
div.DivClassName
{
background-color: #98D160;
}
.BgClassName
{
background-color: #98D160;
}
</style>
border-color css
<style>
span { border-color: #98D160; }
span { border-color: rgb(152,209,96); }
td.TdClassName
{
border-color: #98D160;
}
.TagClassName
{
border-color: #98D160;
}
</style>