Shades of Shamrock Green #0F9C68
Tints of Shamrock Green #0F9C68
RGB
CMYK
RGB Variations
Color information
#0F9C68 (or 0x0F9C68) is known color: Shamrock Green. HEX triplet: 0F, 9C and 68. RGB value is (15,156,104). Sum of RGB (Red+Green+Blue) = 15+156+104=275 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.45% from 275); Green value is 156 (61.33% from 255 or 56.73% from 275); Blue value is 104 (41.02% from 255 or 37.82% from 275); Max value from RGB is 156 - color contains mainly: green. Hex color #0F9C68 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F9C68 is #F06397. Grayscale: #6B6B6B. Windows color (decimal): -15754136 or 6855695. OLE color: 6855695.
HSL color Cylindrical-coordinate representation of color #0F9C68: hue angle of 157.87º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F9C68 is Cyan = 0.90, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 15 | 156 | 104 | - |
| CMYK | 0.90 | 0 | 0.33 | 0.39 |
| HSL | 157.87º | 0.82% | 0.34% | - |
| HSV(B) | 157.87º | 0.9% | 0.61% | - |
| XYZ | 14.58 | 24.88 | 17.13 | - |
| YUV | 107.91 | 125.79 | 61.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 156 | 104 | 0.90 | 0 | 0.33 | 0.39 | 157.87 | 0.82 | 0.34 |
| Hex | F | 9C | 68 | 5A | 0 | 21 | 27 | 9E | 52 | 22 |
| Octal | 17 | 234 | 150 | 132 | 0 | 41 | 47 | 236 | 122 | 42 |
| Binary | 1111 | 10011100 | 1101000 | 1011010 | 0 | 100001 | 100111 | 10011110 | 1010010 | 100010 |
Color Harmonies of #0F9C68
Complementary color
Monochromatic Colors of #0F9C68
Black with #0F9C68
Text Example
Text Example
White with #0F9C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F9C68; }
p { color: rgb(15,156,104); }
H1.HeaderClassName
{
color: #0F9C68;
}
.AnyTagClassName
{
color: #0F9C68;
}
</style>
background-color css
<style>
a { background-color: #0F9C68; }
a { background-color: rgb(15,156,104); }
div.DivClassName
{
background-color: #0F9C68;
}
.BgClassName
{
background-color: #0F9C68;
}
</style>
border-color css
<style>
span { border-color: #0F9C68; }
span { border-color: rgb(15,156,104); }
td.TdClassName
{
border-color: #0F9C68;
}
.TagClassName
{
border-color: #0F9C68;
}
</style>