Shades of Shamrock Green #0A9A59
Tints of Shamrock Green #0A9A59
RGB
CMYK
RGB Variations
Color information
#0A9A59 (or 0x0A9A59) is known color: Shamrock Green. HEX triplet: 0A, 9A and 59. RGB value is (10,154,89). Sum of RGB (Red+Green+Blue) = 10+154+89=253 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.95% from 253); Green value is 154 (60.55% from 255 or 60.87% from 253); Blue value is 89 (35.16% from 255 or 35.18% from 253); Max value from RGB is 154 - color contains mainly: green. Hex color #0A9A59 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A9A59 is #F565A6. Grayscale: #676767. Windows color (decimal): -16082343 or 5872138. OLE color: 5872138.
HSL color Cylindrical-coordinate representation of color #0A9A59: hue angle of 152.92º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A9A59 is Cyan = 0.94, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 10 | 154 | 89 | - |
| CMYK | 0.94 | 0 | 0.42 | 0.40 |
| HSL | 152.92º | 0.88% | 0.32% | - |
| HSV(B) | 152.92º | 0.94% | 0.6% | - |
| XYZ | 13.48 | 23.9 | 13.35 | - |
| YUV | 103.53 | 119.79 | 61.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 154 | 89 | 0.94 | 0 | 0.42 | 0.40 | 152.92 | 0.88 | 0.32 |
| Hex | A | 9A | 59 | 5E | 0 | 2A | 28 | 99 | 58 | 20 |
| Octal | 12 | 232 | 131 | 136 | 0 | 52 | 50 | 231 | 130 | 40 |
| Binary | 1010 | 10011010 | 1011001 | 1011110 | 0 | 101010 | 101000 | 10011001 | 1011000 | 100000 |
Color Harmonies of #0A9A59
Complementary color
Monochromatic Colors of #0A9A59
Black with #0A9A59
Text Example
Text Example
White with #0A9A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A9A59; }
p { color: rgb(10,154,89); }
H1.HeaderClassName
{
color: #0A9A59;
}
.AnyTagClassName
{
color: #0A9A59;
}
</style>
background-color css
<style>
a { background-color: #0A9A59; }
a { background-color: rgb(10,154,89); }
div.DivClassName
{
background-color: #0A9A59;
}
.BgClassName
{
background-color: #0A9A59;
}
</style>
border-color css
<style>
span { border-color: #0A9A59; }
span { border-color: rgb(10,154,89); }
td.TdClassName
{
border-color: #0A9A59;
}
.TagClassName
{
border-color: #0A9A59;
}
</style>