Shades of Shamrock Green #0A8E5A
Tints of Shamrock Green #0A8E5A
RGB
CMYK
RGB Variations
Color information
#0A8E5A (or 0x0A8E5A) is known color: Shamrock Green. HEX triplet: 0A, 8E and 5A. RGB value is (10,142,90). Sum of RGB (Red+Green+Blue) = 10+142+90=242 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.13% from 242); Green value is 142 (55.86% from 255 or 58.68% from 242); Blue value is 90 (35.55% from 255 or 37.19% from 242); Max value from RGB is 142 - color contains mainly: green. Hex color #0A8E5A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A8E5A is #F571A5. Grayscale: #606060. Windows color (decimal): -16085414 or 5934602. OLE color: 5934602.
HSL color Cylindrical-coordinate representation of color #0A8E5A: hue angle of 156.36º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A8E5A is Cyan = 0.93, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 10 | 142 | 90 | - |
| CMYK | 0.93 | 0 | 0.37 | 0.44 |
| HSL | 156.36º | 0.87% | 0.3% | - |
| HSV(B) | 156.36º | 0.93% | 0.56% | - |
| XYZ | 11.64 | 20.15 | 12.95 | - |
| YUV | 96.6 | 124.27 | 66.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 142 | 90 | 0.93 | 0 | 0.37 | 0.44 | 156.36 | 0.87 | 0.3 |
| Hex | A | 8E | 5A | 5D | 0 | 25 | 2C | 9C | 57 | 1E |
| Octal | 12 | 216 | 132 | 135 | 0 | 45 | 54 | 234 | 127 | 36 |
| Binary | 1010 | 10001110 | 1011010 | 1011101 | 0 | 100101 | 101100 | 10011100 | 1010111 | 11110 |
Color Harmonies of #0A8E5A
Complementary color
Monochromatic Colors of #0A8E5A
Black with #0A8E5A
Text Example
Text Example
White with #0A8E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A8E5A; }
p { color: rgb(10,142,90); }
H1.HeaderClassName
{
color: #0A8E5A;
}
.AnyTagClassName
{
color: #0A8E5A;
}
</style>
background-color css
<style>
a { background-color: #0A8E5A; }
a { background-color: rgb(10,142,90); }
div.DivClassName
{
background-color: #0A8E5A;
}
.BgClassName
{
background-color: #0A8E5A;
}
</style>
border-color css
<style>
span { border-color: #0A8E5A; }
span { border-color: rgb(10,142,90); }
td.TdClassName
{
border-color: #0A8E5A;
}
.TagClassName
{
border-color: #0A8E5A;
}
</style>