#0F965B

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

Shades of Shamrock Green #0F965B

Tints of Shamrock Green #0F965B

Color information

#0F965B (or 0x0F965B) is unknown color: approx Shamrock Green. HEX triplet: 0F, 96 and 5B. RGB value is (15,150,91). Sum of RGB (Red+Green+Blue) = 15+150+91=256 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.86% from 256); Green value is 150 (58.98% from 255 or 58.59% from 256); Blue value is 91 (35.94% from 255 or 35.55% from 256); Max value from RGB is 150 - color contains mainly: green. Hex color #0F965B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F965B is #F069A4. Grayscale: #676767. Windows color (decimal): -15755685 or 6002191. OLE color: 6002191.

HSL color Cylindrical-coordinate representation of color #0F965B: hue angle of 153.78º 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 #0F965B is Cyan = 0.9, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.41.

Color convert

RGB1515091-
CMYK0.900.390.41
HSL153.78º81.82%32.35%-
HSV(B)153.78º90%58.82%-
XYZ12.9922.6713.59-
YUV102.91121.2765.3-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.86%
GREEN value IS 150 (58.98% from 255) = 58.59%
BLUE value IS 91 (35.94% from 255) = 35.55%
R=5.86%
G=58.59%
B=35.55%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15150910.900.390.41153.7881.8232.35
HexF965B5A027299a5220
Octal172261331320475123212240
Binary111110010110101101110110100100111101001100110101010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F965B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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