#0F965E

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

Shades of Shamrock Green #0F965E

Tints of Shamrock Green #0F965E

Color information

#0F965E (or 0x0F965E) is unknown color: approx Shamrock Green. HEX triplet: 0F, 96 and 5E. RGB value is (15,150,94). Sum of RGB (Red+Green+Blue) = 15+150+94=259 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.79% from 259); Green value is 150 (58.98% from 255 or 57.92% from 259); Blue value is 94 (37.11% from 255 or 36.29% from 259); Max value from RGB is 150 - color contains mainly: green. Hex color #0F965E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F965E is #F069A1. Grayscale: #676767. Windows color (decimal): -15755682 or 6198799. OLE color: 6198799.

HSL color Cylindrical-coordinate representation of color #0F965E: hue angle of 155.11º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F965E is Cyan = 0.9, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.41.

Color convert

RGB1515094-
CMYK0.900.370.41
HSL155.11º81.82%32.35%-
HSV(B)155.11º90%58.82%-
XYZ13.1222.7214.28-
YUV103.25122.7765.05-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.79%
GREEN value IS 150 (58.98% from 255) = 57.92%
BLUE value IS 94 (37.11% from 255) = 36.29%
R=5.79%
G=57.92%
B=36.29%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15150940.900.370.41155.1181.8232.35
HexF965E5A025299b5220
Octal172261361320455123312240
Binary111110010110101111010110100100101101001100110111010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F965E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,150,94); }

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

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

 a { background-color: rgb(15,150,94); }

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

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

 span { border-color: rgb(15,150,94); }

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