Shades of Olivine #94C15E
Tints of Olivine #94C15E
RGB
CMYK
RGB Variations
Color information
#94C15E (or 0x94C15E) is known color: Olivine. HEX triplet: 94, C1 and 5E. RGB value is (148,193,94). Sum of RGB (Red+Green+Blue) = 148+193+94=435 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.02% from 435); Green value is 193 (75.78% from 255 or 44.37% from 435); Blue value is 94 (37.11% from 255 or 21.61% from 435); Max value from RGB is 193 - color contains mainly: green. Hex color #94C15E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94C15E is #6B3EA1. Grayscale: #A8A8A8. Windows color (decimal): -7028386 or 6209940. OLE color: 6209940.
HSL color Cylindrical-coordinate representation of color #94C15E: hue angle of 87.27º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #94C15E is Cyan = 0.23, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 148 | 193 | 94 | - |
| CMYK | 0.23 | 0 | 0.51 | 0.24 |
| HSL | 87.27º | 0.44% | 0.56% | - |
| HSV(B) | 87.27º | 0.51% | 0.76% | - |
| XYZ | 33.3 | 45.24 | 17.57 | - |
| YUV | 168.26 | 86.09 | 113.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 193 | 94 | 0.23 | 0 | 0.51 | 0.24 | 87.27 | 0.44 | 0.56 |
| Hex | 94 | C1 | 5E | 17 | 0 | 33 | 18 | 57 | 2C | 38 |
| Octal | 224 | 301 | 136 | 27 | 0 | 63 | 30 | 127 | 54 | 70 |
| Binary | 10010100 | 11000001 | 1011110 | 10111 | 0 | 110011 | 11000 | 1010111 | 101100 | 111000 |
Color Harmonies of #94C15E
Complementary color
Monochromatic Colors of #94C15E
Black with #94C15E
Text Example
Text Example
White with #94C15E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94C15E; }
p { color: rgb(148,193,94); }
H1.HeaderClassName
{
color: #94C15E;
}
.AnyTagClassName
{
color: #94C15E;
}
</style>
background-color css
<style>
a { background-color: #94C15E; }
a { background-color: rgb(148,193,94); }
div.DivClassName
{
background-color: #94C15E;
}
.BgClassName
{
background-color: #94C15E;
}
</style>
border-color css
<style>
span { border-color: #94C15E; }
span { border-color: rgb(148,193,94); }
td.TdClassName
{
border-color: #94C15E;
}
.TagClassName
{
border-color: #94C15E;
}
</style>