Shades of Shamrock Green #0FA066
Tints of Shamrock Green #0FA066
RGB
CMYK
RGB Variations
Color information
#0FA066 (or 0x0FA066) is known color: Shamrock Green. HEX triplet: 0F, A0 and 66. RGB value is (15,160,102). Sum of RGB (Red+Green+Blue) = 15+160+102=277 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.42% from 277); Green value is 160 (62.89% from 255 or 57.76% from 277); Blue value is 102 (40.23% from 255 or 36.82% from 277); Max value from RGB is 160 - color contains mainly: green. Hex color #0FA066 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FA066 is #F05F99. Grayscale: #6E6E6E. Windows color (decimal): -15753114 or 6725647. OLE color: 6725647.
HSL color Cylindrical-coordinate representation of color #0FA066: hue angle of 156º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FA066 is Cyan = 0.91, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 15 | 160 | 102 | - |
| CMYK | 0.91 | 0 | 0.36 | 0.37 |
| HSL | 156º | 0.83% | 0.34% | - |
| HSV(B) | 156º | 0.91% | 0.63% | - |
| XYZ | 15.17 | 26.2 | 16.83 | - |
| YUV | 110.03 | 123.46 | 60.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 160 | 102 | 0.91 | 0 | 0.36 | 0.37 | 156 | 0.83 | 0.34 |
| Hex | F | A0 | 66 | 5B | 0 | 24 | 25 | 9C | 53 | 22 |
| Octal | 17 | 240 | 146 | 133 | 0 | 44 | 45 | 234 | 123 | 42 |
| Binary | 1111 | 10100000 | 1100110 | 1011011 | 0 | 100100 | 100101 | 10011100 | 1010011 | 100010 |
Color Harmonies of #0FA066
Complementary color
Monochromatic Colors of #0FA066
Black with #0FA066
Text Example
Text Example
White with #0FA066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA066; }
p { color: rgb(15,160,102); }
H1.HeaderClassName
{
color: #0FA066;
}
.AnyTagClassName
{
color: #0FA066;
}
</style>
background-color css
<style>
a { background-color: #0FA066; }
a { background-color: rgb(15,160,102); }
div.DivClassName
{
background-color: #0FA066;
}
.BgClassName
{
background-color: #0FA066;
}
</style>
border-color css
<style>
span { border-color: #0FA066; }
span { border-color: rgb(15,160,102); }
td.TdClassName
{
border-color: #0FA066;
}
.TagClassName
{
border-color: #0FA066;
}
</style>