Shades of Shamrock Green #089465
Tints of Shamrock Green #089465
RGB
CMYK
RGB Variations
Color information
#089465 (or 0x089465) is known color: Shamrock Green. HEX triplet: 08, 94 and 65. RGB value is (8,148,101). Sum of RGB (Red+Green+Blue) = 8+148+101=257 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.11% from 257); Green value is 148 (58.20% from 255 or 57.59% from 257); Blue value is 101 (39.84% from 255 or 39.30% from 257); Max value from RGB is 148 - color contains mainly: green. Hex color #089465 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #089465 is #F76B9A. Grayscale: #646464. Windows color (decimal): -16214939 or 6657032. OLE color: 6657032.
HSL color Cylindrical-coordinate representation of color #089465: hue angle of 159.86º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #089465 is Cyan = 0.95, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 8 | 148 | 101 | - |
| CMYK | 0.95 | 0 | 0.32 | 0.42 |
| HSL | 159.86º | 0.9% | 0.31% | - |
| HSV(B) | 159.86º | 0.95% | 0.58% | - |
| XYZ | 13.04 | 22.17 | 15.9 | - |
| YUV | 100.78 | 128.12 | 61.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 148 | 101 | 0.95 | 0 | 0.32 | 0.42 | 159.86 | 0.9 | 0.31 |
| Hex | 8 | 94 | 65 | 5F | 0 | 20 | 2A | A0 | 5A | 1F |
| Octal | 10 | 224 | 145 | 137 | 0 | 40 | 52 | 240 | 132 | 37 |
| Binary | 1000 | 10010100 | 1100101 | 1011111 | 0 | 100000 | 101010 | 10100000 | 1011010 | 11111 |
Color Harmonies of #089465
Complementary color
Monochromatic Colors of #089465
Black with #089465
Text Example
Text Example
White with #089465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089465; }
p { color: rgb(8,148,101); }
H1.HeaderClassName
{
color: #089465;
}
.AnyTagClassName
{
color: #089465;
}
</style>
background-color css
<style>
a { background-color: #089465; }
a { background-color: rgb(8,148,101); }
div.DivClassName
{
background-color: #089465;
}
.BgClassName
{
background-color: #089465;
}
</style>
border-color css
<style>
span { border-color: #089465; }
span { border-color: rgb(8,148,101); }
td.TdClassName
{
border-color: #089465;
}
.TagClassName
{
border-color: #089465;
}
</style>