Shades of Shamrock Green #0F9E64
Tints of Shamrock Green #0F9E64
RGB
CMYK
RGB Variations
Color information
#0F9E64 (or 0x0F9E64) is known color: Shamrock Green. HEX triplet: 0F, 9E and 64. RGB value is (15,158,100). Sum of RGB (Red+Green+Blue) = 15+158+100=273 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.49% from 273); Green value is 158 (62.11% from 255 or 57.88% from 273); Blue value is 100 (39.45% from 255 or 36.63% from 273); Max value from RGB is 158 - color contains mainly: green. Hex color #0F9E64 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F9E64 is #F0619B. Grayscale: #6C6C6C. Windows color (decimal): -15753628 or 6594063. OLE color: 6594063.
HSL color Cylindrical-coordinate representation of color #0F9E64: hue angle of 155.66º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F9E64 is Cyan = 0.91, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 15 | 158 | 100 | - |
| CMYK | 0.91 | 0 | 0.37 | 0.38 |
| HSL | 155.66º | 0.83% | 0.34% | - |
| HSV(B) | 155.66º | 0.91% | 0.62% | - |
| XYZ | 14.72 | 25.48 | 16.2 | - |
| YUV | 108.63 | 123.12 | 61.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 158 | 100 | 0.91 | 0 | 0.37 | 0.38 | 155.66 | 0.83 | 0.34 |
| Hex | F | 9E | 64 | 5B | 0 | 25 | 26 | 9C | 53 | 22 |
| Octal | 17 | 236 | 144 | 133 | 0 | 45 | 46 | 234 | 123 | 42 |
| Binary | 1111 | 10011110 | 1100100 | 1011011 | 0 | 100101 | 100110 | 10011100 | 1010011 | 100010 |
Color Harmonies of #0F9E64
Complementary color
Monochromatic Colors of #0F9E64
Black with #0F9E64
Text Example
Text Example
White with #0F9E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F9E64; }
p { color: rgb(15,158,100); }
H1.HeaderClassName
{
color: #0F9E64;
}
.AnyTagClassName
{
color: #0F9E64;
}
</style>
background-color css
<style>
a { background-color: #0F9E64; }
a { background-color: rgb(15,158,100); }
div.DivClassName
{
background-color: #0F9E64;
}
.BgClassName
{
background-color: #0F9E64;
}
</style>
border-color css
<style>
span { border-color: #0F9E64; }
span { border-color: rgb(15,158,100); }
td.TdClassName
{
border-color: #0F9E64;
}
.TagClassName
{
border-color: #0F9E64;
}
</style>