Shades of Shamrock Green #099463
Tints of Shamrock Green #099463
RGB
CMYK
RGB Variations
Color information
#099463 (or 0x099463) is known color: Shamrock Green. HEX triplet: 09, 94 and 63. RGB value is (9,148,99). Sum of RGB (Red+Green+Blue) = 9+148+99=256 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.52% from 256); Green value is 148 (58.20% from 255 or 57.81% from 256); Blue value is 99 (39.06% from 255 or 38.67% from 256); Max value from RGB is 148 - color contains mainly: green. Hex color #099463 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #099463 is #F66B9C. Grayscale: #646464. Windows color (decimal): -16149405 or 6525961. OLE color: 6525961.
HSL color Cylindrical-coordinate representation of color #099463: hue angle of 158.85º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #099463 is Cyan = 0.94, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 9 | 148 | 99 | - |
| CMYK | 0.94 | 0 | 0.33 | 0.42 |
| HSL | 158.85º | 0.89% | 0.31% | - |
| HSV(B) | 158.85º | 0.94% | 0.58% | - |
| XYZ | 12.95 | 22.14 | 15.39 | - |
| YUV | 100.85 | 126.95 | 62.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 148 | 99 | 0.94 | 0 | 0.33 | 0.42 | 158.85 | 0.89 | 0.31 |
| Hex | 9 | 94 | 63 | 5E | 0 | 21 | 2A | 9F | 59 | 1F |
| Octal | 11 | 224 | 143 | 136 | 0 | 41 | 52 | 237 | 131 | 37 |
| Binary | 1001 | 10010100 | 1100011 | 1011110 | 0 | 100001 | 101010 | 10011111 | 1011001 | 11111 |
Color Harmonies of #099463
Complementary color
Monochromatic Colors of #099463
Black with #099463
Text Example
Text Example
White with #099463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099463; }
p { color: rgb(9,148,99); }
H1.HeaderClassName
{
color: #099463;
}
.AnyTagClassName
{
color: #099463;
}
</style>
background-color css
<style>
a { background-color: #099463; }
a { background-color: rgb(9,148,99); }
div.DivClassName
{
background-color: #099463;
}
.BgClassName
{
background-color: #099463;
}
</style>
border-color css
<style>
span { border-color: #099463; }
span { border-color: rgb(9,148,99); }
td.TdClassName
{
border-color: #099463;
}
.TagClassName
{
border-color: #099463;
}
</style>