Shades of Shamrock Green #0A955C
Tints of Shamrock Green #0A955C
RGB
CMYK
RGB Variations
Color information
#0A955C (or 0x0A955C) is known color: Shamrock Green. HEX triplet: 0A, 95 and 5C. RGB value is (10,149,92). Sum of RGB (Red+Green+Blue) = 10+149+92=251 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.98% from 251); Green value is 149 (58.59% from 255 or 59.36% from 251); Blue value is 92 (36.33% from 255 or 36.65% from 251); Max value from RGB is 149 - color contains mainly: green. Hex color #0A955C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A955C is #F56AA3. Grayscale: #656565. Windows color (decimal): -16083620 or 6067466. OLE color: 6067466.
HSL color Cylindrical-coordinate representation of color #0A955C: hue angle of 155.4º 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 #0A955C is Cyan = 0.93, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 10 | 149 | 92 | - |
| CMYK | 0.93 | 0 | 0.38 | 0.42 |
| HSL | 155.4º | 0.87% | 0.31% | - |
| HSV(B) | 155.4º | 0.93% | 0.58% | - |
| XYZ | 12.8 | 22.33 | 13.76 | - |
| YUV | 100.94 | 122.95 | 63.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 149 | 92 | 0.93 | 0 | 0.38 | 0.42 | 155.4 | 0.87 | 0.31 |
| Hex | A | 95 | 5C | 5D | 0 | 26 | 2A | 9B | 57 | 1F |
| Octal | 12 | 225 | 134 | 135 | 0 | 46 | 52 | 233 | 127 | 37 |
| Binary | 1010 | 10010101 | 1011100 | 1011101 | 0 | 100110 | 101010 | 10011011 | 1010111 | 11111 |
Color Harmonies of #0A955C
Complementary color
Monochromatic Colors of #0A955C
Black with #0A955C
Text Example
Text Example
White with #0A955C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A955C; }
p { color: rgb(10,149,92); }
H1.HeaderClassName
{
color: #0A955C;
}
.AnyTagClassName
{
color: #0A955C;
}
</style>
background-color css
<style>
a { background-color: #0A955C; }
a { background-color: rgb(10,149,92); }
div.DivClassName
{
background-color: #0A955C;
}
.BgClassName
{
background-color: #0A955C;
}
</style>
border-color css
<style>
span { border-color: #0A955C; }
span { border-color: rgb(10,149,92); }
td.TdClassName
{
border-color: #0A955C;
}
.TagClassName
{
border-color: #0A955C;
}
</style>