Shades of Shamrock Green #0A965C
Tints of Shamrock Green #0A965C
RGB
CMYK
RGB Variations
Color information
#0A965C (or 0x0A965C) is known color: Shamrock Green. HEX triplet: 0A, 96 and 5C. RGB value is (10,150,92). Sum of RGB (Red+Green+Blue) = 10+150+92=252 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.97% from 252); Green value is 150 (58.98% from 255 or 59.52% from 252); Blue value is 92 (36.33% from 255 or 36.51% from 252); Max value from RGB is 150 - color contains mainly: green. Hex color #0A965C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A965C is #F569A3. Grayscale: #656565. Windows color (decimal): -16083364 or 6067722. OLE color: 6067722.
HSL color Cylindrical-coordinate representation of color #0A965C: hue angle of 155.14º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A965C is Cyan = 0.93, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 10 | 150 | 92 | - |
| CMYK | 0.93 | 0 | 0.39 | 0.41 |
| HSL | 155.14º | 0.88% | 0.31% | - |
| HSV(B) | 155.14º | 0.93% | 0.59% | - |
| XYZ | 12.96 | 22.65 | 13.81 | - |
| YUV | 101.53 | 122.62 | 62.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 150 | 92 | 0.93 | 0 | 0.39 | 0.41 | 155.14 | 0.88 | 0.31 |
| Hex | A | 96 | 5C | 5D | 0 | 27 | 29 | 9B | 58 | 1F |
| Octal | 12 | 226 | 134 | 135 | 0 | 47 | 51 | 233 | 130 | 37 |
| Binary | 1010 | 10010110 | 1011100 | 1011101 | 0 | 100111 | 101001 | 10011011 | 1011000 | 11111 |
Color Harmonies of #0A965C
Complementary color
Monochromatic Colors of #0A965C
Black with #0A965C
Text Example
Text Example
White with #0A965C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A965C; }
p { color: rgb(10,150,92); }
H1.HeaderClassName
{
color: #0A965C;
}
.AnyTagClassName
{
color: #0A965C;
}
</style>
background-color css
<style>
a { background-color: #0A965C; }
a { background-color: rgb(10,150,92); }
div.DivClassName
{
background-color: #0A965C;
}
.BgClassName
{
background-color: #0A965C;
}
</style>
border-color css
<style>
span { border-color: #0A965C; }
span { border-color: rgb(10,150,92); }
td.TdClassName
{
border-color: #0A965C;
}
.TagClassName
{
border-color: #0A965C;
}
</style>