Shades of Shamrock Green #0A9F5E
Tints of Shamrock Green #0A9F5E
RGB
CMYK
RGB Variations
Color information
#0A9F5E (or 0x0A9F5E) is known color: Shamrock Green. HEX triplet: 0A, 9F and 5E. RGB value is (10,159,94). Sum of RGB (Red+Green+Blue) = 10+159+94=263 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.80% from 263); Green value is 159 (62.5% from 255 or 60.46% from 263); Blue value is 94 (37.11% from 255 or 35.74% from 263); Max value from RGB is 159 - color contains mainly: green. Hex color #0A9F5E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A9F5E is #F560A1. Grayscale: #6B6B6B. Windows color (decimal): -16081058 or 6201098. OLE color: 6201098.
HSL color Cylindrical-coordinate representation of color #0A9F5E: hue angle of 153.83º 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 #0A9F5E is Cyan = 0.94, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 10 | 159 | 94 | - |
| CMYK | 0.94 | 0 | 0.41 | 0.38 |
| HSL | 153.83º | 0.88% | 0.33% | - |
| HSV(B) | 153.83º | 0.94% | 0.62% | - |
| XYZ | 14.54 | 25.67 | 14.78 | - |
| YUV | 107.04 | 120.64 | 58.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 159 | 94 | 0.94 | 0 | 0.41 | 0.38 | 153.83 | 0.88 | 0.33 |
| Hex | A | 9F | 5E | 5E | 0 | 29 | 26 | 9A | 58 | 21 |
| Octal | 12 | 237 | 136 | 136 | 0 | 51 | 46 | 232 | 130 | 41 |
| Binary | 1010 | 10011111 | 1011110 | 1011110 | 0 | 101001 | 100110 | 10011010 | 1011000 | 100001 |
Color Harmonies of #0A9F5E
Complementary color
Monochromatic Colors of #0A9F5E
Black with #0A9F5E
Text Example
Text Example
White with #0A9F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A9F5E; }
p { color: rgb(10,159,94); }
H1.HeaderClassName
{
color: #0A9F5E;
}
.AnyTagClassName
{
color: #0A9F5E;
}
</style>
background-color css
<style>
a { background-color: #0A9F5E; }
a { background-color: rgb(10,159,94); }
div.DivClassName
{
background-color: #0A9F5E;
}
.BgClassName
{
background-color: #0A9F5E;
}
</style>
border-color css
<style>
span { border-color: #0A9F5E; }
span { border-color: rgb(10,159,94); }
td.TdClassName
{
border-color: #0A9F5E;
}
.TagClassName
{
border-color: #0A9F5E;
}
</style>