Shades of Olivine #93C15F
Tints of Olivine #93C15F
RGB
CMYK
RGB Variations
Color information
#93C15F (or 0x93C15F) is known color: Olivine. HEX triplet: 93, C1 and 5F. RGB value is (147,193,95). Sum of RGB (Red+Green+Blue) = 147+193+95=435 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.79% from 435); Green value is 193 (75.78% from 255 or 44.37% from 435); Blue value is 95 (37.5% from 255 or 21.84% from 435); Max value from RGB is 193 - color contains mainly: green. Hex color #93C15F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93C15F is #6C3EA0. Grayscale: #A8A8A8. Windows color (decimal): -7093921 or 6275475. OLE color: 6275475.
HSL color Cylindrical-coordinate representation of color #93C15F: hue angle of 88.16º 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 #93C15F is Cyan = 0.24, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 147 | 193 | 95 | - |
| CMYK | 0.24 | 0 | 0.51 | 0.24 |
| HSL | 88.16º | 0.44% | 0.56% | - |
| HSV(B) | 88.16º | 0.51% | 0.76% | - |
| XYZ | 33.17 | 45.17 | 17.8 | - |
| YUV | 168.07 | 86.76 | 112.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 193 | 95 | 0.24 | 0 | 0.51 | 0.24 | 88.16 | 0.44 | 0.56 |
| Hex | 93 | C1 | 5F | 18 | 0 | 33 | 18 | 58 | 2C | 38 |
| Octal | 223 | 301 | 137 | 30 | 0 | 63 | 30 | 130 | 54 | 70 |
| Binary | 10010011 | 11000001 | 1011111 | 11000 | 0 | 110011 | 11000 | 1011000 | 101100 | 111000 |
Color Harmonies of #93C15F
Complementary color
Monochromatic Colors of #93C15F
Black with #93C15F
Text Example
Text Example
White with #93C15F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C15F; }
p { color: rgb(147,193,95); }
H1.HeaderClassName
{
color: #93C15F;
}
.AnyTagClassName
{
color: #93C15F;
}
</style>
background-color css
<style>
a { background-color: #93C15F; }
a { background-color: rgb(147,193,95); }
div.DivClassName
{
background-color: #93C15F;
}
.BgClassName
{
background-color: #93C15F;
}
</style>
border-color css
<style>
span { border-color: #93C15F; }
span { border-color: rgb(147,193,95); }
td.TdClassName
{
border-color: #93C15F;
}
.TagClassName
{
border-color: #93C15F;
}
</style>