Shades of Shamrock Green #0A9F5D
Tints of Shamrock Green #0A9F5D
RGB
CMYK
RGB Variations
Color information
#0A9F5D (or 0x0A9F5D) is known color: Shamrock Green. HEX triplet: 0A, 9F and 5D. RGB value is (10,159,93). Sum of RGB (Red+Green+Blue) = 10+159+93=262 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.82% from 262); Green value is 159 (62.5% from 255 or 60.69% from 262); Blue value is 93 (36.72% from 255 or 35.50% from 262); Max value from RGB is 159 - color contains mainly: green. Hex color #0A9F5D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A9F5D is #F560A2. Grayscale: #6B6B6B. Windows color (decimal): -16081059 or 6135562. OLE color: 6135562.
HSL color Cylindrical-coordinate representation of color #0A9F5D: hue angle of 153.42º 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 #0A9F5D is Cyan = 0.94, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 10 | 159 | 93 | - |
| CMYK | 0.94 | 0 | 0.42 | 0.38 |
| HSL | 153.42º | 0.88% | 0.33% | - |
| HSV(B) | 153.42º | 0.94% | 0.62% | - |
| XYZ | 14.5 | 25.65 | 14.54 | - |
| YUV | 106.93 | 120.14 | 58.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 159 | 93 | 0.94 | 0 | 0.42 | 0.38 | 153.42 | 0.88 | 0.33 |
| Hex | A | 9F | 5D | 5E | 0 | 2A | 26 | 99 | 58 | 21 |
| Octal | 12 | 237 | 135 | 136 | 0 | 52 | 46 | 231 | 130 | 41 |
| Binary | 1010 | 10011111 | 1011101 | 1011110 | 0 | 101010 | 100110 | 10011001 | 1011000 | 100001 |
Color Harmonies of #0A9F5D
Complementary color
Monochromatic Colors of #0A9F5D
Black with #0A9F5D
Text Example
Text Example
White with #0A9F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A9F5D; }
p { color: rgb(10,159,93); }
H1.HeaderClassName
{
color: #0A9F5D;
}
.AnyTagClassName
{
color: #0A9F5D;
}
</style>
background-color css
<style>
a { background-color: #0A9F5D; }
a { background-color: rgb(10,159,93); }
div.DivClassName
{
background-color: #0A9F5D;
}
.BgClassName
{
background-color: #0A9F5D;
}
</style>
border-color css
<style>
span { border-color: #0A9F5D; }
span { border-color: rgb(10,159,93); }
td.TdClassName
{
border-color: #0A9F5D;
}
.TagClassName
{
border-color: #0A9F5D;
}
</style>