Shades of Shamrock Green #0F915A
Tints of Shamrock Green #0F915A
RGB
CMYK
RGB Variations
Color information
#0F915A (or 0x0F915A) is known color: Shamrock Green. HEX triplet: 0F, 91 and 5A. RGB value is (15,145,90). Sum of RGB (Red+Green+Blue) = 15+145+90=250 (33% of max value = 765). Red value is 15 (6.25% from 255 or 6% from 250); Green value is 145 (57.03% from 255 or 58% from 250); Blue value is 90 (35.55% from 255 or 36% from 250); Max value from RGB is 145 - color contains mainly: green. Hex color #0F915A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F915A is #F06EA5. Grayscale: #636363. Windows color (decimal): -15756966 or 5935375. OLE color: 5935375.
HSL color Cylindrical-coordinate representation of color #0F915A: hue angle of 154.62º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F915A is Cyan = 0.90, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 15 | 145 | 90 | - |
| CMYK | 0.90 | 0 | 0.38 | 0.43 |
| HSL | 154.62º | 0.81% | 0.31% | - |
| HSV(B) | 154.62º | 0.9% | 0.57% | - |
| XYZ | 12.17 | 21.09 | 13.1 | - |
| YUV | 99.86 | 122.43 | 67.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 145 | 90 | 0.90 | 0 | 0.38 | 0.43 | 154.62 | 0.81 | 0.31 |
| Hex | F | 91 | 5A | 5A | 0 | 26 | 2B | 9B | 51 | 1F |
| Octal | 17 | 221 | 132 | 132 | 0 | 46 | 53 | 233 | 121 | 37 |
| Binary | 1111 | 10010001 | 1011010 | 1011010 | 0 | 100110 | 101011 | 10011011 | 1010001 | 11111 |
Color Harmonies of #0F915A
Complementary color
Monochromatic Colors of #0F915A
Black with #0F915A
Text Example
Text Example
White with #0F915A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F915A; }
p { color: rgb(15,145,90); }
H1.HeaderClassName
{
color: #0F915A;
}
.AnyTagClassName
{
color: #0F915A;
}
</style>
background-color css
<style>
a { background-color: #0F915A; }
a { background-color: rgb(15,145,90); }
div.DivClassName
{
background-color: #0F915A;
}
.BgClassName
{
background-color: #0F915A;
}
</style>
border-color css
<style>
span { border-color: #0F915A; }
span { border-color: rgb(15,145,90); }
td.TdClassName
{
border-color: #0F915A;
}
.TagClassName
{
border-color: #0F915A;
}
</style>