Shades of Olivine #98D15F
Tints of Olivine #98D15F
RGB
CMYK
RGB Variations
Color information
#98D15F (or 0x98D15F) is known color: Olivine. HEX triplet: 98, D1 and 5F. RGB value is (152,209,95). Sum of RGB (Red+Green+Blue) = 152+209+95=456 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.33% from 456); Green value is 209 (82.03% from 255 or 45.83% from 456); Blue value is 95 (37.5% from 255 or 20.83% from 456); Max value from RGB is 209 - color contains mainly: green. Hex color #98D15F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98D15F is #672EA0. Grayscale: #B3B3B3. Windows color (decimal): -6762145 or 6279576. OLE color: 6279576.
HSL color Cylindrical-coordinate representation of color #98D15F: hue angle of 90º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #98D15F is Cyan = 0.27, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 152 | 209 | 95 | - |
| CMYK | 0.27 | 0 | 0.55 | 0.18 |
| HSL | 90º | 0.55% | 0.6% | - |
| HSV(B) | 90º | 0.55% | 0.82% | - |
| XYZ | 37.81 | 53.1 | 19.08 | - |
| YUV | 178.96 | 80.62 | 108.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 209 | 95 | 0.27 | 0 | 0.55 | 0.18 | 90 | 0.55 | 0.6 |
| Hex | 98 | D1 | 5F | 1B | 0 | 37 | 12 | 5A | 37 | 3C |
| Octal | 230 | 321 | 137 | 33 | 0 | 67 | 22 | 132 | 67 | 74 |
| Binary | 10011000 | 11010001 | 1011111 | 11011 | 0 | 110111 | 10010 | 1011010 | 110111 | 111100 |
Color Harmonies of #98D15F
Complementary color
Monochromatic Colors of #98D15F
Black with #98D15F
Text Example
Text Example
White with #98D15F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D15F; }
p { color: rgb(152,209,95); }
H1.HeaderClassName
{
color: #98D15F;
}
.AnyTagClassName
{
color: #98D15F;
}
</style>
background-color css
<style>
a { background-color: #98D15F; }
a { background-color: rgb(152,209,95); }
div.DivClassName
{
background-color: #98D15F;
}
.BgClassName
{
background-color: #98D15F;
}
</style>
border-color css
<style>
span { border-color: #98D15F; }
span { border-color: rgb(152,209,95); }
td.TdClassName
{
border-color: #98D15F;
}
.TagClassName
{
border-color: #98D15F;
}
</style>