Shades of Shamrock Green #0A9162
Tints of Shamrock Green #0A9162
RGB
CMYK
RGB Variations
Color information
#0A9162 (or 0x0A9162) is known color: Shamrock Green. HEX triplet: 0A, 91 and 62. RGB value is (10,145,98). Sum of RGB (Red+Green+Blue) = 10+145+98=253 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.95% from 253); Green value is 145 (57.03% from 255 or 57.31% from 253); Blue value is 98 (38.67% from 255 or 38.74% from 253); Max value from RGB is 145 - color contains mainly: green. Hex color #0A9162 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A9162 is #F56E9D. Grayscale: #636363. Windows color (decimal): -16084638 or 6459658. OLE color: 6459658.
HSL color Cylindrical-coordinate representation of color #0A9162: hue angle of 159.11º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A9162 is Cyan = 0.93, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 10 | 145 | 98 | - |
| CMYK | 0.93 | 0 | 0.32 | 0.43 |
| HSL | 159.11º | 0.87% | 0.3% | - |
| HSV(B) | 159.11º | 0.93% | 0.57% | - |
| XYZ | 12.46 | 21.2 | 14.99 | - |
| YUV | 99.28 | 127.27 | 64.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 145 | 98 | 0.93 | 0 | 0.32 | 0.43 | 159.11 | 0.87 | 0.3 |
| Hex | A | 91 | 62 | 5D | 0 | 20 | 2B | 9F | 57 | 1E |
| Octal | 12 | 221 | 142 | 135 | 0 | 40 | 53 | 237 | 127 | 36 |
| Binary | 1010 | 10010001 | 1100010 | 1011101 | 0 | 100000 | 101011 | 10011111 | 1010111 | 11110 |
Color Harmonies of #0A9162
Complementary color
Monochromatic Colors of #0A9162
Black with #0A9162
Text Example
Text Example
White with #0A9162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A9162; }
p { color: rgb(10,145,98); }
H1.HeaderClassName
{
color: #0A9162;
}
.AnyTagClassName
{
color: #0A9162;
}
</style>
background-color css
<style>
a { background-color: #0A9162; }
a { background-color: rgb(10,145,98); }
div.DivClassName
{
background-color: #0A9162;
}
.BgClassName
{
background-color: #0A9162;
}
</style>
border-color css
<style>
span { border-color: #0A9162; }
span { border-color: rgb(10,145,98); }
td.TdClassName
{
border-color: #0A9162;
}
.TagClassName
{
border-color: #0A9162;
}
</style>