Shades of Shamrock Green #0E995A
Tints of Shamrock Green #0E995A
RGB
CMYK
RGB Variations
Color information
#0E995A (or 0x0E995A) is known color: Shamrock Green. HEX triplet: 0E, 99 and 5A. RGB value is (14,153,90). Sum of RGB (Red+Green+Blue) = 14+153+90=257 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.45% from 257); Green value is 153 (60.16% from 255 or 59.53% from 257); Blue value is 90 (35.55% from 255 or 35.02% from 257); Max value from RGB is 153 - color contains mainly: green. Hex color #0E995A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E995A is #F166A5. Grayscale: #686868. Windows color (decimal): -15820454 or 5937422. OLE color: 5937422.
HSL color Cylindrical-coordinate representation of color #0E995A: hue angle of 152.81º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E995A is Cyan = 0.91, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 14 | 153 | 90 | - |
| CMYK | 0.91 | 0 | 0.41 | 0.4 |
| HSL | 152.81º | 0.83% | 0.33% | - |
| HSV(B) | 152.81º | 0.91% | 0.6% | - |
| XYZ | 13.42 | 23.61 | 13.52 | - |
| YUV | 104.26 | 119.95 | 63.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 153 | 90 | 0.91 | 0 | 0.41 | 0.4 | 152.81 | 0.83 | 0.33 |
| Hex | E | 99 | 5A | 5B | 0 | 29 | 28 | 99 | 53 | 21 |
| Octal | 16 | 231 | 132 | 133 | 0 | 51 | 50 | 231 | 123 | 41 |
| Binary | 1110 | 10011001 | 1011010 | 1011011 | 0 | 101001 | 101000 | 10011001 | 1010011 | 100001 |
Color Harmonies of #0E995A
Complementary color
Monochromatic Colors of #0E995A
Black with #0E995A
Text Example
Text Example
White with #0E995A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E995A; }
p { color: rgb(14,153,90); }
H1.HeaderClassName
{
color: #0E995A;
}
.AnyTagClassName
{
color: #0E995A;
}
</style>
background-color css
<style>
a { background-color: #0E995A; }
a { background-color: rgb(14,153,90); }
div.DivClassName
{
background-color: #0E995A;
}
.BgClassName
{
background-color: #0E995A;
}
</style>
border-color css
<style>
span { border-color: #0E995A; }
span { border-color: rgb(14,153,90); }
td.TdClassName
{
border-color: #0E995A;
}
.TagClassName
{
border-color: #0E995A;
}
</style>