Shades of Shamrock Green #0A9F63
Tints of Shamrock Green #0A9F63
RGB
CMYK
RGB Variations
Color information
#0A9F63 (or 0x0A9F63) is known color: Shamrock Green. HEX triplet: 0A, 9F and 63. RGB value is (10,159,99). Sum of RGB (Red+Green+Blue) = 10+159+99=268 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.73% from 268); Green value is 159 (62.5% from 255 or 59.33% from 268); Blue value is 99 (39.06% from 255 or 36.94% from 268); Max value from RGB is 159 - color contains mainly: green. Hex color #0A9F63 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A9F63 is #F5609C. Grayscale: #6B6B6B. Windows color (decimal): -16081053 or 6528778. OLE color: 6528778.
HSL color Cylindrical-coordinate representation of color #0A9F63: hue angle of 155.84º 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 #0A9F63 is Cyan = 0.94, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 10 | 159 | 99 | - |
| CMYK | 0.94 | 0 | 0.38 | 0.38 |
| HSL | 155.84º | 0.88% | 0.33% | - |
| HSV(B) | 155.84º | 0.94% | 0.62% | - |
| XYZ | 14.78 | 25.76 | 16 | - |
| YUV | 107.61 | 123.14 | 58.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 159 | 99 | 0.94 | 0 | 0.38 | 0.38 | 155.84 | 0.88 | 0.33 |
| Hex | A | 9F | 63 | 5E | 0 | 26 | 26 | 9C | 58 | 21 |
| Octal | 12 | 237 | 143 | 136 | 0 | 46 | 46 | 234 | 130 | 41 |
| Binary | 1010 | 10011111 | 1100011 | 1011110 | 0 | 100110 | 100110 | 10011100 | 1011000 | 100001 |
Color Harmonies of #0A9F63
Complementary color
Monochromatic Colors of #0A9F63
Black with #0A9F63
Text Example
Text Example
White with #0A9F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A9F63; }
p { color: rgb(10,159,99); }
H1.HeaderClassName
{
color: #0A9F63;
}
.AnyTagClassName
{
color: #0A9F63;
}
</style>
background-color css
<style>
a { background-color: #0A9F63; }
a { background-color: rgb(10,159,99); }
div.DivClassName
{
background-color: #0A9F63;
}
.BgClassName
{
background-color: #0A9F63;
}
</style>
border-color css
<style>
span { border-color: #0A9F63; }
span { border-color: rgb(10,159,99); }
td.TdClassName
{
border-color: #0A9F63;
}
.TagClassName
{
border-color: #0A9F63;
}
</style>