Shades of Shamrock Green #0A9E5E
Tints of Shamrock Green #0A9E5E
RGB
CMYK
RGB Variations
Color information
#0A9E5E (or 0x0A9E5E) is known color: Shamrock Green. HEX triplet: 0A, 9E and 5E. RGB value is (10,158,94). Sum of RGB (Red+Green+Blue) = 10+158+94=262 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.82% from 262); Green value is 158 (62.11% from 255 or 60.31% from 262); Blue value is 94 (37.11% from 255 or 35.88% from 262); Max value from RGB is 158 - color contains mainly: green. Hex color #0A9E5E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A9E5E is #F561A1. Grayscale: #6A6A6A. Windows color (decimal): -16081314 or 6200842. OLE color: 6200842.
HSL color Cylindrical-coordinate representation of color #0A9E5E: hue angle of 154.05º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A9E5E is Cyan = 0.94, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 10 | 158 | 94 | - |
| CMYK | 0.94 | 0 | 0.41 | 0.38 |
| HSL | 154.05º | 0.88% | 0.33% | - |
| HSV(B) | 154.05º | 0.94% | 0.62% | - |
| XYZ | 14.37 | 25.33 | 14.72 | - |
| YUV | 106.45 | 120.97 | 59.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 158 | 94 | 0.94 | 0 | 0.41 | 0.38 | 154.05 | 0.88 | 0.33 |
| Hex | A | 9E | 5E | 5E | 0 | 29 | 26 | 9A | 58 | 21 |
| Octal | 12 | 236 | 136 | 136 | 0 | 51 | 46 | 232 | 130 | 41 |
| Binary | 1010 | 10011110 | 1011110 | 1011110 | 0 | 101001 | 100110 | 10011010 | 1011000 | 100001 |
Color Harmonies of #0A9E5E
Complementary color
Monochromatic Colors of #0A9E5E
Black with #0A9E5E
Text Example
Text Example
White with #0A9E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A9E5E; }
p { color: rgb(10,158,94); }
H1.HeaderClassName
{
color: #0A9E5E;
}
.AnyTagClassName
{
color: #0A9E5E;
}
</style>
background-color css
<style>
a { background-color: #0A9E5E; }
a { background-color: rgb(10,158,94); }
div.DivClassName
{
background-color: #0A9E5E;
}
.BgClassName
{
background-color: #0A9E5E;
}
</style>
border-color css
<style>
span { border-color: #0A9E5E; }
span { border-color: rgb(10,158,94); }
td.TdClassName
{
border-color: #0A9E5E;
}
.TagClassName
{
border-color: #0A9E5E;
}
</style>