Shades of Shamrock Green #0A9E5A
Tints of Shamrock Green #0A9E5A
RGB
CMYK
RGB Variations
Color information
#0A9E5A (or 0x0A9E5A) is known color: Shamrock Green. HEX triplet: 0A, 9E and 5A. RGB value is (10,158,90). Sum of RGB (Red+Green+Blue) = 10+158+90=258 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.88% from 258); Green value is 158 (62.11% from 255 or 61.24% from 258); Blue value is 90 (35.55% from 255 or 34.88% from 258); Max value from RGB is 158 - color contains mainly: green. Hex color #0A9E5A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A9E5A is #F561A5. Grayscale: #6A6A6A. Windows color (decimal): -16081318 or 5938698. OLE color: 5938698.
HSL color Cylindrical-coordinate representation of color #0A9E5A: hue angle of 152.43º 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 #0A9E5A is Cyan = 0.94, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 10 | 158 | 90 | - |
| CMYK | 0.94 | 0 | 0.43 | 0.38 |
| HSL | 152.43º | 0.88% | 0.33% | - |
| HSV(B) | 152.43º | 0.94% | 0.62% | - |
| XYZ | 14.2 | 25.26 | 13.8 | - |
| YUV | 106 | 118.97 | 59.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 158 | 90 | 0.94 | 0 | 0.43 | 0.38 | 152.43 | 0.88 | 0.33 |
| Hex | A | 9E | 5A | 5E | 0 | 2B | 26 | 98 | 58 | 21 |
| Octal | 12 | 236 | 132 | 136 | 0 | 53 | 46 | 230 | 130 | 41 |
| Binary | 1010 | 10011110 | 1011010 | 1011110 | 0 | 101011 | 100110 | 10011000 | 1011000 | 100001 |
Color Harmonies of #0A9E5A
Complementary color
Monochromatic Colors of #0A9E5A
Black with #0A9E5A
Text Example
Text Example
White with #0A9E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A9E5A; }
p { color: rgb(10,158,90); }
H1.HeaderClassName
{
color: #0A9E5A;
}
.AnyTagClassName
{
color: #0A9E5A;
}
</style>
background-color css
<style>
a { background-color: #0A9E5A; }
a { background-color: rgb(10,158,90); }
div.DivClassName
{
background-color: #0A9E5A;
}
.BgClassName
{
background-color: #0A9E5A;
}
</style>
border-color css
<style>
span { border-color: #0A9E5A; }
span { border-color: rgb(10,158,90); }
td.TdClassName
{
border-color: #0A9E5A;
}
.TagClassName
{
border-color: #0A9E5A;
}
</style>