Shades of Shamrock Green #0A9568
Tints of Shamrock Green #0A9568
RGB
CMYK
RGB Variations
Color information
#0A9568 (or 0x0A9568) is known color: Shamrock Green. HEX triplet: 0A, 95 and 68. RGB value is (10,149,104). Sum of RGB (Red+Green+Blue) = 10+149+104=263 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.80% from 263); Green value is 149 (58.59% from 255 or 56.65% from 263); Blue value is 104 (41.02% from 255 or 39.54% from 263); Max value from RGB is 149 - color contains mainly: green. Hex color #0A9568 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A9568 is #F56A97. Grayscale: #666666. Windows color (decimal): -16083608 or 6853898. OLE color: 6853898.
HSL color Cylindrical-coordinate representation of color #0A9568: hue angle of 160.58º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A9568 is Cyan = 0.93, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 10 | 149 | 104 | - |
| CMYK | 0.93 | 0 | 0.30 | 0.42 |
| HSL | 160.58º | 0.87% | 0.31% | - |
| HSV(B) | 160.58º | 0.93% | 0.58% | - |
| XYZ | 13.37 | 22.56 | 16.75 | - |
| YUV | 102.31 | 128.95 | 62.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 149 | 104 | 0.93 | 0 | 0.30 | 0.42 | 160.58 | 0.87 | 0.31 |
| Hex | A | 95 | 68 | 5D | 0 | 1E | 2A | A1 | 57 | 1F |
| Octal | 12 | 225 | 150 | 135 | 0 | 36 | 52 | 241 | 127 | 37 |
| Binary | 1010 | 10010101 | 1101000 | 1011101 | 0 | 11110 | 101010 | 10100001 | 1010111 | 11111 |
Color Harmonies of #0A9568
Complementary color
Monochromatic Colors of #0A9568
Black with #0A9568
Text Example
Text Example
White with #0A9568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A9568; }
p { color: rgb(10,149,104); }
H1.HeaderClassName
{
color: #0A9568;
}
.AnyTagClassName
{
color: #0A9568;
}
</style>
background-color css
<style>
a { background-color: #0A9568; }
a { background-color: rgb(10,149,104); }
div.DivClassName
{
background-color: #0A9568;
}
.BgClassName
{
background-color: #0A9568;
}
</style>
border-color css
<style>
span { border-color: #0A9568; }
span { border-color: rgb(10,149,104); }
td.TdClassName
{
border-color: #0A9568;
}
.TagClassName
{
border-color: #0A9568;
}
</style>