Shades of Shamrock Green #08995E
Tints of Shamrock Green #08995E
RGB
CMYK
RGB Variations
Color information
#08995E (or 0x08995E) is known color: Shamrock Green. HEX triplet: 08, 99 and 5E. RGB value is (8,153,94). Sum of RGB (Red+Green+Blue) = 8+153+94=255 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.14% from 255); Green value is 153 (60.16% from 255 or 60% from 255); Blue value is 94 (37.11% from 255 or 36.86% from 255); Max value from RGB is 153 - color contains mainly: green. Hex color #08995E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08995E is #F766A1. Grayscale: #676767. Windows color (decimal): -16213666 or 6199560. OLE color: 6199560.
HSL color Cylindrical-coordinate representation of color #08995E: hue angle of 155.59º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08995E is Cyan = 0.95, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 8 | 153 | 94 | - |
| CMYK | 0.95 | 0 | 0.39 | 0.4 |
| HSL | 155.59º | 0.9% | 0.32% | - |
| HSV(B) | 155.59º | 0.95% | 0.6% | - |
| XYZ | 13.51 | 23.64 | 14.44 | - |
| YUV | 102.92 | 122.96 | 60.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 153 | 94 | 0.95 | 0 | 0.39 | 0.4 | 155.59 | 0.9 | 0.32 |
| Hex | 8 | 99 | 5E | 5F | 0 | 27 | 28 | 9C | 5A | 20 |
| Octal | 10 | 231 | 136 | 137 | 0 | 47 | 50 | 234 | 132 | 40 |
| Binary | 1000 | 10011001 | 1011110 | 1011111 | 0 | 100111 | 101000 | 10011100 | 1011010 | 100000 |
Color Harmonies of #08995E
Complementary color
Monochromatic Colors of #08995E
Black with #08995E
Text Example
Text Example
White with #08995E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08995E; }
p { color: rgb(8,153,94); }
H1.HeaderClassName
{
color: #08995E;
}
.AnyTagClassName
{
color: #08995E;
}
</style>
background-color css
<style>
a { background-color: #08995E; }
a { background-color: rgb(8,153,94); }
div.DivClassName
{
background-color: #08995E;
}
.BgClassName
{
background-color: #08995E;
}
</style>
border-color css
<style>
span { border-color: #08995E; }
span { border-color: rgb(8,153,94); }
td.TdClassName
{
border-color: #08995E;
}
.TagClassName
{
border-color: #08995E;
}
</style>