Shades of Shamrock Green #0AA361
Tints of Shamrock Green #0AA361
RGB
CMYK
RGB Variations
Color information
#0AA361 (or 0x0AA361) is known color: Shamrock Green. HEX triplet: 0A, A3 and 61. RGB value is (10,163,97). Sum of RGB (Red+Green+Blue) = 10+163+97=270 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.70% from 270); Green value is 163 (64.06% from 255 or 60.37% from 270); Blue value is 97 (38.28% from 255 or 35.93% from 270); Max value from RGB is 163 - color contains mainly: green. Hex color #0AA361 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0AA361 is #F55C9E. Grayscale: #6D6D6D. Windows color (decimal): -16080031 or 6398730. OLE color: 6398730.
HSL color Cylindrical-coordinate representation of color #0AA361: hue angle of 154.12º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AA361 is Cyan = 0.94, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 10 | 163 | 97 | - |
| CMYK | 0.94 | 0 | 0.40 | 0.36 |
| HSL | 154.12º | 0.88% | 0.34% | - |
| HSV(B) | 154.12º | 0.94% | 0.64% | - |
| XYZ | 15.38 | 27.12 | 15.73 | - |
| YUV | 109.73 | 120.81 | 56.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 163 | 97 | 0.94 | 0 | 0.40 | 0.36 | 154.12 | 0.88 | 0.34 |
| Hex | A | A3 | 61 | 5E | 0 | 28 | 24 | 9A | 58 | 22 |
| Octal | 12 | 243 | 141 | 136 | 0 | 50 | 44 | 232 | 130 | 42 |
| Binary | 1010 | 10100011 | 1100001 | 1011110 | 0 | 101000 | 100100 | 10011010 | 1011000 | 100010 |
Color Harmonies of #0AA361
Complementary color
Monochromatic Colors of #0AA361
Black with #0AA361
Text Example
Text Example
White with #0AA361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AA361; }
p { color: rgb(10,163,97); }
H1.HeaderClassName
{
color: #0AA361;
}
.AnyTagClassName
{
color: #0AA361;
}
</style>
background-color css
<style>
a { background-color: #0AA361; }
a { background-color: rgb(10,163,97); }
div.DivClassName
{
background-color: #0AA361;
}
.BgClassName
{
background-color: #0AA361;
}
</style>
border-color css
<style>
span { border-color: #0AA361; }
span { border-color: rgb(10,163,97); }
td.TdClassName
{
border-color: #0AA361;
}
.TagClassName
{
border-color: #0AA361;
}
</style>