Shades of Olivine #93C25F
Tints of Olivine #93C25F
RGB
CMYK
RGB Variations
Color information
#93C25F (or 0x93C25F) is known color: Olivine. HEX triplet: 93, C2 and 5F. RGB value is (147,194,95). Sum of RGB (Red+Green+Blue) = 147+194+95=436 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.72% from 436); Green value is 194 (76.17% from 255 or 44.50% from 436); Blue value is 95 (37.5% from 255 or 21.79% from 436); Max value from RGB is 194 - color contains mainly: green. Hex color #93C25F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93C25F is #6C3DA0. Grayscale: #A9A9A9. Windows color (decimal): -7093665 or 6275731. OLE color: 6275731.
HSL color Cylindrical-coordinate representation of color #93C25F: hue angle of 88.48º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #93C25F is Cyan = 0.24, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 147 | 194 | 95 | - |
| CMYK | 0.24 | 0 | 0.51 | 0.24 |
| HSL | 88.48º | 0.45% | 0.57% | - |
| HSV(B) | 88.48º | 0.51% | 0.76% | - |
| XYZ | 33.39 | 45.61 | 17.87 | - |
| YUV | 168.66 | 86.43 | 112.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 194 | 95 | 0.24 | 0 | 0.51 | 0.24 | 88.48 | 0.45 | 0.57 |
| Hex | 93 | C2 | 5F | 18 | 0 | 33 | 18 | 58 | 2D | 39 |
| Octal | 223 | 302 | 137 | 30 | 0 | 63 | 30 | 130 | 55 | 71 |
| Binary | 10010011 | 11000010 | 1011111 | 11000 | 0 | 110011 | 11000 | 1011000 | 101101 | 111001 |
Color Harmonies of #93C25F
Complementary color
Monochromatic Colors of #93C25F
Black with #93C25F
Text Example
Text Example
White with #93C25F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C25F; }
p { color: rgb(147,194,95); }
H1.HeaderClassName
{
color: #93C25F;
}
.AnyTagClassName
{
color: #93C25F;
}
</style>
background-color css
<style>
a { background-color: #93C25F; }
a { background-color: rgb(147,194,95); }
div.DivClassName
{
background-color: #93C25F;
}
.BgClassName
{
background-color: #93C25F;
}
</style>
border-color css
<style>
span { border-color: #93C25F; }
span { border-color: rgb(147,194,95); }
td.TdClassName
{
border-color: #93C25F;
}
.TagClassName
{
border-color: #93C25F;
}
</style>