Shades of Olivine #94C262
Tints of Olivine #94C262
RGB
CMYK
RGB Variations
Color information
#94C262 (or 0x94C262) is known color: Olivine. HEX triplet: 94, C2 and 62. RGB value is (148,194,98). Sum of RGB (Red+Green+Blue) = 148+194+98=440 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.64% from 440); Green value is 194 (76.17% from 255 or 44.09% from 440); Blue value is 98 (38.67% from 255 or 22.27% from 440); Max value from RGB is 194 - color contains mainly: green. Hex color #94C262 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94C262 is #6B3D9D. Grayscale: #A9A9A9. Windows color (decimal): -7028126 or 6472340. OLE color: 6472340.
HSL color Cylindrical-coordinate representation of color #94C262: hue angle of 88.75º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #94C262 is Cyan = 0.24, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 148 | 194 | 98 | - |
| CMYK | 0.24 | 0 | 0.49 | 0.24 |
| HSL | 88.75º | 0.44% | 0.57% | - |
| HSV(B) | 88.75º | 0.49% | 0.76% | - |
| XYZ | 33.71 | 45.76 | 18.61 | - |
| YUV | 169.3 | 87.76 | 112.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 194 | 98 | 0.24 | 0 | 0.49 | 0.24 | 88.75 | 0.44 | 0.57 |
| Hex | 94 | C2 | 62 | 18 | 0 | 31 | 18 | 59 | 2C | 39 |
| Octal | 224 | 302 | 142 | 30 | 0 | 61 | 30 | 131 | 54 | 71 |
| Binary | 10010100 | 11000010 | 1100010 | 11000 | 0 | 110001 | 11000 | 1011001 | 101100 | 111001 |
Color Harmonies of #94C262
Complementary color
Monochromatic Colors of #94C262
Black with #94C262
Text Example
Text Example
White with #94C262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94C262; }
p { color: rgb(148,194,98); }
H1.HeaderClassName
{
color: #94C262;
}
.AnyTagClassName
{
color: #94C262;
}
</style>
background-color css
<style>
a { background-color: #94C262; }
a { background-color: rgb(148,194,98); }
div.DivClassName
{
background-color: #94C262;
}
.BgClassName
{
background-color: #94C262;
}
</style>
border-color css
<style>
span { border-color: #94C262; }
span { border-color: rgb(148,194,98); }
td.TdClassName
{
border-color: #94C262;
}
.TagClassName
{
border-color: #94C262;
}
</style>