Shades of Shamrock Green #0A9256
Tints of Shamrock Green #0A9256
RGB
CMYK
RGB Variations
Color information
#0A9256 (or 0x0A9256) is known color: Shamrock Green. HEX triplet: 0A, 92 and 56. RGB value is (10,146,86). Sum of RGB (Red+Green+Blue) = 10+146+86=242 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.13% from 242); Green value is 146 (57.42% from 255 or 60.33% from 242); Blue value is 86 (33.98% from 255 or 35.54% from 242); Max value from RGB is 146 - color contains mainly: green. Hex color #0A9256 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A9256 is #F56DA9. Grayscale: #626262. Windows color (decimal): -16084394 or 5673482. OLE color: 5673482.
HSL color Cylindrical-coordinate representation of color #0A9256: hue angle of 153.53º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A9256 is Cyan = 0.93, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 10 | 146 | 86 | - |
| CMYK | 0.93 | 0 | 0.41 | 0.43 |
| HSL | 153.53º | 0.87% | 0.31% | - |
| HSV(B) | 153.53º | 0.93% | 0.57% | - |
| XYZ | 12.08 | 21.29 | 12.28 | - |
| YUV | 98.5 | 120.94 | 64.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 146 | 86 | 0.93 | 0 | 0.41 | 0.43 | 153.53 | 0.87 | 0.31 |
| Hex | A | 92 | 56 | 5D | 0 | 29 | 2B | 9A | 57 | 1F |
| Octal | 12 | 222 | 126 | 135 | 0 | 51 | 53 | 232 | 127 | 37 |
| Binary | 1010 | 10010010 | 1010110 | 1011101 | 0 | 101001 | 101011 | 10011010 | 1010111 | 11111 |
Color Harmonies of #0A9256
Complementary color
Monochromatic Colors of #0A9256
Black with #0A9256
Text Example
Text Example
White with #0A9256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A9256; }
p { color: rgb(10,146,86); }
H1.HeaderClassName
{
color: #0A9256;
}
.AnyTagClassName
{
color: #0A9256;
}
</style>
background-color css
<style>
a { background-color: #0A9256; }
a { background-color: rgb(10,146,86); }
div.DivClassName
{
background-color: #0A9256;
}
.BgClassName
{
background-color: #0A9256;
}
</style>
border-color css
<style>
span { border-color: #0A9256; }
span { border-color: rgb(10,146,86); }
td.TdClassName
{
border-color: #0A9256;
}
.TagClassName
{
border-color: #0A9256;
}
</style>