Shades of Shamrock Green #0F955A
Tints of Shamrock Green #0F955A
RGB
CMYK
RGB Variations
Color information
#0F955A (or 0x0F955A) is known color: Shamrock Green. HEX triplet: 0F, 95 and 5A. RGB value is (15,149,90). Sum of RGB (Red+Green+Blue) = 15+149+90=254 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.91% from 254); Green value is 149 (58.59% from 255 or 58.66% from 254); Blue value is 90 (35.55% from 255 or 35.43% from 254); Max value from RGB is 149 - color contains mainly: green. Hex color #0F955A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F955A is #F06AA5. Grayscale: #666666. Windows color (decimal): -15755942 or 5936399. OLE color: 5936399.
HSL color Cylindrical-coordinate representation of color #0F955A: hue angle of 153.58º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F955A is Cyan = 0.90, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 15 | 149 | 90 | - |
| CMYK | 0.90 | 0 | 0.40 | 0.42 |
| HSL | 153.58º | 0.82% | 0.32% | - |
| HSV(B) | 153.58º | 0.9% | 0.58% | - |
| XYZ | 12.79 | 22.33 | 13.31 | - |
| YUV | 102.21 | 121.11 | 65.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 149 | 90 | 0.90 | 0 | 0.40 | 0.42 | 153.58 | 0.82 | 0.32 |
| Hex | F | 95 | 5A | 5A | 0 | 28 | 2A | 9A | 52 | 20 |
| Octal | 17 | 225 | 132 | 132 | 0 | 50 | 52 | 232 | 122 | 40 |
| Binary | 1111 | 10010101 | 1011010 | 1011010 | 0 | 101000 | 101010 | 10011010 | 1010010 | 100000 |
Color Harmonies of #0F955A
Complementary color
Monochromatic Colors of #0F955A
Black with #0F955A
Text Example
Text Example
White with #0F955A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F955A; }
p { color: rgb(15,149,90); }
H1.HeaderClassName
{
color: #0F955A;
}
.AnyTagClassName
{
color: #0F955A;
}
</style>
background-color css
<style>
a { background-color: #0F955A; }
a { background-color: rgb(15,149,90); }
div.DivClassName
{
background-color: #0F955A;
}
.BgClassName
{
background-color: #0F955A;
}
</style>
border-color css
<style>
span { border-color: #0F955A; }
span { border-color: rgb(15,149,90); }
td.TdClassName
{
border-color: #0F955A;
}
.TagClassName
{
border-color: #0F955A;
}
</style>