Shades of Olivine #98CE5E
Tints of Olivine #98CE5E
RGB
CMYK
RGB Variations
Color information
#98CE5E (or 0x98CE5E) is known color: Olivine. HEX triplet: 98, CE and 5E. RGB value is (152,206,94). Sum of RGB (Red+Green+Blue) = 152+206+94=452 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.63% from 452); Green value is 206 (80.86% from 255 or 45.58% from 452); Blue value is 94 (37.11% from 255 or 20.80% from 452); Max value from RGB is 206 - color contains mainly: green. Hex color #98CE5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98CE5E is #6731A1. Grayscale: #B1B1B1. Windows color (decimal): -6762914 or 6213272. OLE color: 6213272.
HSL color Cylindrical-coordinate representation of color #98CE5E: hue angle of 88.93º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #98CE5E is Cyan = 0.26, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 152 | 206 | 94 | - |
| CMYK | 0.26 | 0 | 0.54 | 0.19 |
| HSL | 88.93º | 0.53% | 0.59% | - |
| HSV(B) | 88.93º | 0.54% | 0.81% | - |
| XYZ | 37.04 | 51.63 | 18.6 | - |
| YUV | 177.09 | 81.11 | 110.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 206 | 94 | 0.26 | 0 | 0.54 | 0.19 | 88.93 | 0.53 | 0.59 |
| Hex | 98 | CE | 5E | 1A | 0 | 36 | 13 | 59 | 35 | 3B |
| Octal | 230 | 316 | 136 | 32 | 0 | 66 | 23 | 131 | 65 | 73 |
| Binary | 10011000 | 11001110 | 1011110 | 11010 | 0 | 110110 | 10011 | 1011001 | 110101 | 111011 |
Color Harmonies of #98CE5E
Complementary color
Monochromatic Colors of #98CE5E
Black with #98CE5E
Text Example
Text Example
White with #98CE5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98CE5E; }
p { color: rgb(152,206,94); }
H1.HeaderClassName
{
color: #98CE5E;
}
.AnyTagClassName
{
color: #98CE5E;
}
</style>
background-color css
<style>
a { background-color: #98CE5E; }
a { background-color: rgb(152,206,94); }
div.DivClassName
{
background-color: #98CE5E;
}
.BgClassName
{
background-color: #98CE5E;
}
</style>
border-color css
<style>
span { border-color: #98CE5E; }
span { border-color: rgb(152,206,94); }
td.TdClassName
{
border-color: #98CE5E;
}
.TagClassName
{
border-color: #98CE5E;
}
</style>