Shades of Shamrock Green #08915D
Tints of Shamrock Green #08915D
RGB
CMYK
RGB Variations
Color information
#08915D (or 0x08915D) is known color: Shamrock Green. HEX triplet: 08, 91 and 5D. RGB value is (8,145,93). Sum of RGB (Red+Green+Blue) = 8+145+93=246 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.25% from 246); Green value is 145 (57.03% from 255 or 58.94% from 246); Blue value is 93 (36.72% from 255 or 37.80% from 246); Max value from RGB is 145 - color contains mainly: green. Hex color #08915D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08915D is #F76EA2. Grayscale: #626262. Windows color (decimal): -16215715 or 6131976. OLE color: 6131976.
HSL color Cylindrical-coordinate representation of color #08915D: hue angle of 157.23º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08915D is Cyan = 0.94, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 8 | 145 | 93 | - |
| CMYK | 0.94 | 0 | 0.36 | 0.43 |
| HSL | 157.23º | 0.9% | 0.3% | - |
| HSV(B) | 157.23º | 0.94% | 0.57% | - |
| XYZ | 12.2 | 21.09 | 13.78 | - |
| YUV | 98.11 | 125.11 | 63.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 145 | 93 | 0.94 | 0 | 0.36 | 0.43 | 157.23 | 0.9 | 0.3 |
| Hex | 8 | 91 | 5D | 5E | 0 | 24 | 2B | 9D | 5A | 1E |
| Octal | 10 | 221 | 135 | 136 | 0 | 44 | 53 | 235 | 132 | 36 |
| Binary | 1000 | 10010001 | 1011101 | 1011110 | 0 | 100100 | 101011 | 10011101 | 1011010 | 11110 |
Color Harmonies of #08915D
Complementary color
Monochromatic Colors of #08915D
Black with #08915D
Text Example
Text Example
White with #08915D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08915D; }
p { color: rgb(8,145,93); }
H1.HeaderClassName
{
color: #08915D;
}
.AnyTagClassName
{
color: #08915D;
}
</style>
background-color css
<style>
a { background-color: #08915D; }
a { background-color: rgb(8,145,93); }
div.DivClassName
{
background-color: #08915D;
}
.BgClassName
{
background-color: #08915D;
}
</style>
border-color css
<style>
span { border-color: #08915D; }
span { border-color: rgb(8,145,93); }
td.TdClassName
{
border-color: #08915D;
}
.TagClassName
{
border-color: #08915D;
}
</style>