Shades of Shamrock Green #089164
Tints of Shamrock Green #089164
RGB
CMYK
RGB Variations
Color information
#089164 (or 0x089164) is known color: Shamrock Green. HEX triplet: 08, 91 and 64. RGB value is (8,145,100). Sum of RGB (Red+Green+Blue) = 8+145+100=253 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.16% from 253); Green value is 145 (57.03% from 255 or 57.31% from 253); Blue value is 100 (39.45% from 255 or 39.53% from 253); Max value from RGB is 145 - color contains mainly: green. Hex color #089164 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #089164 is #F76E9B. Grayscale: #626262. Windows color (decimal): -16215708 or 6590728. OLE color: 6590728.
HSL color Cylindrical-coordinate representation of color #089164: hue angle of 160.29º 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 #089164 is Cyan = 0.94, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 8 | 145 | 100 | - |
| CMYK | 0.94 | 0 | 0.31 | 0.43 |
| HSL | 160.29º | 0.9% | 0.3% | - |
| HSV(B) | 160.29º | 0.94% | 0.57% | - |
| XYZ | 12.53 | 21.22 | 15.49 | - |
| YUV | 98.91 | 128.61 | 63.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 145 | 100 | 0.94 | 0 | 0.31 | 0.43 | 160.29 | 0.9 | 0.3 |
| Hex | 8 | 91 | 64 | 5E | 0 | 1F | 2B | A0 | 5A | 1E |
| Octal | 10 | 221 | 144 | 136 | 0 | 37 | 53 | 240 | 132 | 36 |
| Binary | 1000 | 10010001 | 1100100 | 1011110 | 0 | 11111 | 101011 | 10100000 | 1011010 | 11110 |
Color Harmonies of #089164
Complementary color
Monochromatic Colors of #089164
Black with #089164
Text Example
Text Example
White with #089164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089164; }
p { color: rgb(8,145,100); }
H1.HeaderClassName
{
color: #089164;
}
.AnyTagClassName
{
color: #089164;
}
</style>
background-color css
<style>
a { background-color: #089164; }
a { background-color: rgb(8,145,100); }
div.DivClassName
{
background-color: #089164;
}
.BgClassName
{
background-color: #089164;
}
</style>
border-color css
<style>
span { border-color: #089164; }
span { border-color: rgb(8,145,100); }
td.TdClassName
{
border-color: #089164;
}
.TagClassName
{
border-color: #089164;
}
</style>