Shades of Shamrock Green #009B5A
Tints of Shamrock Green #009B5A
RGB
CMYK
RGB Variations
Color information
#009B5A (or 0x009B5A) is known color: Shamrock Green. HEX triplet: 00, 9B and 5A. RGB value is (0,155,90). Sum of RGB (Red+Green+Blue) = 0+155+90=245 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 245); Green value is 155 (60.94% from 255 or 63.27% from 245); Blue value is 90 (35.55% from 255 or 36.73% from 245); Max value from RGB is 155 - color contains mainly: green. Hex color #009B5A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #009B5A is #FF64A5. Grayscale: #656565. Windows color (decimal): -16737446 or 5937920. OLE color: 5937920.
HSL color Cylindrical-coordinate representation of color #009B5A: hue angle of 154.84º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009B5A is Cyan = 1, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 0 | 155 | 90 | - |
| CMYK | 1 | 0 | 0.42 | 0.39 |
| HSL | 154.84º | 1% | 0.3% | - |
| HSV(B) | 154.84º | 1% | 0.61% | - |
| XYZ | 13.57 | 24.18 | 13.63 | - |
| YUV | 101.25 | 121.65 | 55.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 155 | 90 | 1 | 0 | 0.42 | 0.39 | 154.84 | 1 | 0.3 |
| Hex | 0 | 9B | 5A | 64 | 0 | 2A | 27 | 9B | 64 | 1E |
| Octal | 0 | 233 | 132 | 144 | 0 | 52 | 47 | 233 | 144 | 36 |
| Binary | 0 | 10011011 | 1011010 | 1100100 | 0 | 101010 | 100111 | 10011011 | 1100100 | 11110 |
Color Harmonies of #009B5A
Complementary color
Monochromatic Colors of #009B5A
Black with #009B5A
Text Example
Text Example
White with #009B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009B5A; }
p { color: rgb(0,155,90); }
H1.HeaderClassName
{
color: #009B5A;
}
.AnyTagClassName
{
color: #009B5A;
}
</style>
background-color css
<style>
a { background-color: #009B5A; }
a { background-color: rgb(0,155,90); }
div.DivClassName
{
background-color: #009B5A;
}
.BgClassName
{
background-color: #009B5A;
}
</style>
border-color css
<style>
span { border-color: #009B5A; }
span { border-color: rgb(0,155,90); }
td.TdClassName
{
border-color: #009B5A;
}
.TagClassName
{
border-color: #009B5A;
}
</style>