Shades of Shamrock Green #00995A
Tints of Shamrock Green #00995A
RGB
CMYK
RGB Variations
Color information
#00995A (or 0x00995A) is known color: Shamrock Green. HEX triplet: 00, 99 and 5A. RGB value is (0,153,90). Sum of RGB (Red+Green+Blue) = 0+153+90=243 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 243); Green value is 153 (60.16% from 255 or 62.96% from 243); Blue value is 90 (35.55% from 255 or 37.04% from 243); Max value from RGB is 153 - color contains mainly: green. Hex color #00995A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00995A is #FF66A5. Grayscale: #646464. Windows color (decimal): -16737958 or 5937408. OLE color: 5937408.
HSL color Cylindrical-coordinate representation of color #00995A: hue angle of 155.29º 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 #00995A is Cyan = 1, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 0 | 153 | 90 | - |
| CMYK | 1 | 0 | 0.41 | 0.4 |
| HSL | 155.29º | 1% | 0.3% | - |
| HSV(B) | 155.29º | 1% | 0.6% | - |
| XYZ | 13.24 | 23.52 | 13.52 | - |
| YUV | 100.07 | 122.31 | 56.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 153 | 90 | 1 | 0 | 0.41 | 0.4 | 155.29 | 1 | 0.3 |
| Hex | 0 | 99 | 5A | 64 | 0 | 29 | 28 | 9B | 64 | 1E |
| Octal | 0 | 231 | 132 | 144 | 0 | 51 | 50 | 233 | 144 | 36 |
| Binary | 0 | 10011001 | 1011010 | 1100100 | 0 | 101001 | 101000 | 10011011 | 1100100 | 11110 |
Color Harmonies of #00995A
Complementary color
Monochromatic Colors of #00995A
Black with #00995A
Text Example
Text Example
White with #00995A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00995A; }
p { color: rgb(0,153,90); }
H1.HeaderClassName
{
color: #00995A;
}
.AnyTagClassName
{
color: #00995A;
}
</style>
background-color css
<style>
a { background-color: #00995A; }
a { background-color: rgb(0,153,90); }
div.DivClassName
{
background-color: #00995A;
}
.BgClassName
{
background-color: #00995A;
}
</style>
border-color css
<style>
span { border-color: #00995A; }
span { border-color: rgb(0,153,90); }
td.TdClassName
{
border-color: #00995A;
}
.TagClassName
{
border-color: #00995A;
}
</style>