Shades of Shamrock Green #08A05D
Tints of Shamrock Green #08A05D
RGB
CMYK
RGB Variations
Color information
#08A05D (or 0x08A05D) is known color: Shamrock Green. HEX triplet: 08, A0 and 5D. RGB value is (8,160,93). Sum of RGB (Red+Green+Blue) = 8+160+93=261 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.07% from 261); Green value is 160 (62.89% from 255 or 61.30% from 261); Blue value is 93 (36.72% from 255 or 35.63% from 261); Max value from RGB is 160 - color contains mainly: green. Hex color #08A05D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08A05D is #F75FA2. Grayscale: #6B6B6B. Windows color (decimal): -16211875 or 6135816. OLE color: 6135816.
HSL color Cylindrical-coordinate representation of color #08A05D: hue angle of 153.55º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08A05D is Cyan = 0.95, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 8 | 160 | 93 | - |
| CMYK | 0.95 | 0 | 0.42 | 0.37 |
| HSL | 153.55º | 0.9% | 0.33% | - |
| HSV(B) | 153.55º | 0.95% | 0.63% | - |
| XYZ | 14.65 | 25.98 | 14.6 | - |
| YUV | 106.91 | 120.14 | 57.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 160 | 93 | 0.95 | 0 | 0.42 | 0.37 | 153.55 | 0.9 | 0.33 |
| Hex | 8 | A0 | 5D | 5F | 0 | 2A | 25 | 9A | 5A | 21 |
| Octal | 10 | 240 | 135 | 137 | 0 | 52 | 45 | 232 | 132 | 41 |
| Binary | 1000 | 10100000 | 1011101 | 1011111 | 0 | 101010 | 100101 | 10011010 | 1011010 | 100001 |
Color Harmonies of #08A05D
Complementary color
Monochromatic Colors of #08A05D
Black with #08A05D
Text Example
Text Example
White with #08A05D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08A05D; }
p { color: rgb(8,160,93); }
H1.HeaderClassName
{
color: #08A05D;
}
.AnyTagClassName
{
color: #08A05D;
}
</style>
background-color css
<style>
a { background-color: #08A05D; }
a { background-color: rgb(8,160,93); }
div.DivClassName
{
background-color: #08A05D;
}
.BgClassName
{
background-color: #08A05D;
}
</style>
border-color css
<style>
span { border-color: #08A05D; }
span { border-color: rgb(8,160,93); }
td.TdClassName
{
border-color: #08A05D;
}
.TagClassName
{
border-color: #08A05D;
}
</style>