#0FA660

Color #0FA660 Shamrock Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shamrock Green #0FA660

Tints of Shamrock Green #0FA660

Color information

#0FA660 (or 0x0FA660) is unknown color: approx Shamrock Green. HEX triplet: 0F, A6 and 60. RGB value is (15,166,96). Sum of RGB (Red+Green+Blue) = 15+166+96=277 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.42% from 277); Green value is 166 (65.23% from 255 or 59.93% from 277); Blue value is 96 (37.89% from 255 or 34.66% from 277); Max value from RGB is 166 - color contains mainly: green. Hex color #0FA660 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FA660 is #F0599F. Grayscale: #717171. Windows color (decimal): -15751584 or 6333967. OLE color: 6333967.

HSL color Cylindrical-coordinate representation of color #0FA660: hue angle of 152.19º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FA660 is Cyan = 0.91, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.35.

Color convert

RGB1516696-
CMYK0.9100.420.35
HSL152.19º83.43%35.49%-
HSV(B)152.19º90.96%65.1%-
XYZ15.9428.2215.67-
YUV112.87118.4758.19-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 15 (6.25% from 255) = 5.42%
GREEN value IS 166 (65.23% from 255) = 59.93%
BLUE value IS 96 (37.89% from 255) = 34.66%
R=5.42%
G=59.93%
B=34.66%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal15166960.9100.420.35152.1983.4335.49
HexFA6605B02A23985323
Octal172461401330524323012343
Binary111110100110110000010110110101010100011100110001010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FA660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0FA660; }

 p { color: rgb(15,166,96); }

 H1.HeaderClassName
 {
   color: #0FA660;
 }
 .AnyTagClassName
 {
   color: #0FA660;
 }
</style>
background-color css

<style>
 a { background-color: #0FA660; }

 a { background-color: rgb(15,166,96); }

 div.DivClassName
 {
   background-color: #0FA660;
 }
 .BgClassName
 {
   background-color: #0FA660;
 }
</style>
border-color css

<style>
 span { border-color: #0FA660; }

 span { border-color: rgb(15,166,96); }

 td.TdClassName
 {
   border-color: #0FA660;
 }
 .TagClassName
 {
   border-color: #0FA660;
 }
</style>