Shades of Shamrock Green #00995F
Tints of Shamrock Green #00995F
RGB
CMYK
RGB Variations
Color information
#00995F (or 0x00995F) is known color: Shamrock Green. HEX triplet: 00, 99 and 5F. RGB value is (0,153,95). Sum of RGB (Red+Green+Blue) = 0+153+95=248 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 248); Green value is 153 (60.16% from 255 or 61.69% from 248); Blue value is 95 (37.5% from 255 or 38.31% from 248); Max value from RGB is 153 - color contains mainly: green. Hex color #00995F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00995F is #FF66A0. Grayscale: #646464. Windows color (decimal): -16737953 or 6265088. OLE color: 6265088.
HSL color Cylindrical-coordinate representation of color #00995F: hue angle of 157.25º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00995F is Cyan = 1, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 0 | 153 | 95 | - |
| CMYK | 1 | 0 | 0.38 | 0.4 |
| HSL | 157.25º | 1% | 0.3% | - |
| HSV(B) | 157.25º | 1% | 0.6% | - |
| XYZ | 13.46 | 23.61 | 14.67 | - |
| YUV | 100.64 | 124.81 | 56.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 153 | 95 | 1 | 0 | 0.38 | 0.4 | 157.25 | 1 | 0.3 |
| Hex | 0 | 99 | 5F | 64 | 0 | 26 | 28 | 9D | 64 | 1E |
| Octal | 0 | 231 | 137 | 144 | 0 | 46 | 50 | 235 | 144 | 36 |
| Binary | 0 | 10011001 | 1011111 | 1100100 | 0 | 100110 | 101000 | 10011101 | 1100100 | 11110 |
Color Harmonies of #00995F
Complementary color
Monochromatic Colors of #00995F
Black with #00995F
Text Example
Text Example
White with #00995F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00995F; }
p { color: rgb(0,153,95); }
H1.HeaderClassName
{
color: #00995F;
}
.AnyTagClassName
{
color: #00995F;
}
</style>
background-color css
<style>
a { background-color: #00995F; }
a { background-color: rgb(0,153,95); }
div.DivClassName
{
background-color: #00995F;
}
.BgClassName
{
background-color: #00995F;
}
</style>
border-color css
<style>
span { border-color: #00995F; }
span { border-color: rgb(0,153,95); }
td.TdClassName
{
border-color: #00995F;
}
.TagClassName
{
border-color: #00995F;
}
</style>