Shades of Olivine #94C25B
Tints of Olivine #94C25B
RGB
CMYK
RGB Variations
Color information
#94C25B (or 0x94C25B) is known color: Olivine. HEX triplet: 94, C2 and 5B. RGB value is (148,194,91). Sum of RGB (Red+Green+Blue) = 148+194+91=433 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.18% from 433); Green value is 194 (76.17% from 255 or 44.80% from 433); Blue value is 91 (35.94% from 255 or 21.02% from 433); Max value from RGB is 194 - color contains mainly: green. Hex color #94C25B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94C25B is #6B3DA4. Grayscale: #A8A8A8. Windows color (decimal): -7028133 or 6013588. OLE color: 6013588.
HSL color Cylindrical-coordinate representation of color #94C25B: hue angle of 86.8º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #94C25B is Cyan = 0.24, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 148 | 194 | 91 | - |
| CMYK | 0.24 | 0 | 0.53 | 0.24 |
| HSL | 86.8º | 0.46% | 0.56% | - |
| HSV(B) | 86.8º | 0.53% | 0.76% | - |
| XYZ | 33.39 | 45.63 | 16.95 | - |
| YUV | 168.5 | 84.26 | 113.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 194 | 91 | 0.24 | 0 | 0.53 | 0.24 | 86.8 | 0.46 | 0.56 |
| Hex | 94 | C2 | 5B | 18 | 0 | 35 | 18 | 57 | 2E | 38 |
| Octal | 224 | 302 | 133 | 30 | 0 | 65 | 30 | 127 | 56 | 70 |
| Binary | 10010100 | 11000010 | 1011011 | 11000 | 0 | 110101 | 11000 | 1010111 | 101110 | 111000 |
Color Harmonies of #94C25B
Complementary color
Monochromatic Colors of #94C25B
Black with #94C25B
Text Example
Text Example
White with #94C25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94C25B; }
p { color: rgb(148,194,91); }
H1.HeaderClassName
{
color: #94C25B;
}
.AnyTagClassName
{
color: #94C25B;
}
</style>
background-color css
<style>
a { background-color: #94C25B; }
a { background-color: rgb(148,194,91); }
div.DivClassName
{
background-color: #94C25B;
}
.BgClassName
{
background-color: #94C25B;
}
</style>
border-color css
<style>
span { border-color: #94C25B; }
span { border-color: rgb(148,194,91); }
td.TdClassName
{
border-color: #94C25B;
}
.TagClassName
{
border-color: #94C25B;
}
</style>