Shades of Shamrock Green #0E965A
Tints of Shamrock Green #0E965A
RGB
CMYK
RGB Variations
Color information
#0E965A (or 0x0E965A) is known color: Shamrock Green. HEX triplet: 0E, 96 and 5A. RGB value is (14,150,90). Sum of RGB (Red+Green+Blue) = 14+150+90=254 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.51% from 254); Green value is 150 (58.98% from 255 or 59.06% from 254); Blue value is 90 (35.55% from 255 or 35.43% from 254); Max value from RGB is 150 - color contains mainly: green. Hex color #0E965A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E965A is #F169A5. Grayscale: #666666. Windows color (decimal): -15821222 or 5936654. OLE color: 5936654.
HSL color Cylindrical-coordinate representation of color #0E965A: hue angle of 153.53º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E965A is Cyan = 0.91, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 14 | 150 | 90 | - |
| CMYK | 0.91 | 0 | 0.4 | 0.41 |
| HSL | 153.53º | 0.83% | 0.32% | - |
| HSV(B) | 153.53º | 0.91% | 0.59% | - |
| XYZ | 12.93 | 22.64 | 13.36 | - |
| YUV | 102.5 | 120.94 | 64.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 150 | 90 | 0.91 | 0 | 0.4 | 0.41 | 153.53 | 0.83 | 0.32 |
| Hex | E | 96 | 5A | 5B | 0 | 28 | 29 | 9A | 53 | 20 |
| Octal | 16 | 226 | 132 | 133 | 0 | 50 | 51 | 232 | 123 | 40 |
| Binary | 1110 | 10010110 | 1011010 | 1011011 | 0 | 101000 | 101001 | 10011010 | 1010011 | 100000 |
Color Harmonies of #0E965A
Complementary color
Monochromatic Colors of #0E965A
Black with #0E965A
Text Example
Text Example
White with #0E965A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E965A; }
p { color: rgb(14,150,90); }
H1.HeaderClassName
{
color: #0E965A;
}
.AnyTagClassName
{
color: #0E965A;
}
</style>
background-color css
<style>
a { background-color: #0E965A; }
a { background-color: rgb(14,150,90); }
div.DivClassName
{
background-color: #0E965A;
}
.BgClassName
{
background-color: #0E965A;
}
</style>
border-color css
<style>
span { border-color: #0E965A; }
span { border-color: rgb(14,150,90); }
td.TdClassName
{
border-color: #0E965A;
}
.TagClassName
{
border-color: #0E965A;
}
</style>