#0F9563

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

Shades of Shamrock Green #0F9563

Tints of Shamrock Green #0F9563

Color information

#0F9563 (or 0x0F9563) is unknown color: approx Shamrock Green. HEX triplet: 0F, 95 and 63. RGB value is (15,149,99). Sum of RGB (Red+Green+Blue) = 15+149+99=263 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.70% from 263); Green value is 149 (58.59% from 255 or 56.65% from 263); Blue value is 99 (39.06% from 255 or 37.64% from 263); Max value from RGB is 149 - color contains mainly: green. Hex color #0F9563 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F9563 is #F06A9C. Grayscale: #676767. Windows color (decimal): -15755933 or 6526223. OLE color: 6526223.

HSL color Cylindrical-coordinate representation of color #0F9563: hue angle of 157.61º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F9563 is Cyan = 0.90, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.42.

Color convert

RGB1514999-
CMYK0.9000.340.42
HSL157.61º81.71%32.16%-
HSV(B)157.61º89.93%58.43%-
XYZ13.222.515.45-
YUV103.23125.6165.07-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.70%
GREEN value IS 149 (58.59% from 255) = 56.65%
BLUE value IS 99 (39.06% from 255) = 37.64%
R=5.70%
G=56.65%
B=37.64%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal15149990.9000.340.42157.6181.7132.16
HexF95635A0222A9e5220
Octal172251431320425223612240
Binary111110010101110001110110100100010101010100111101010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F9563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,149,99); }

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

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

 a { background-color: rgb(15,149,99); }

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

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

 span { border-color: rgb(15,149,99); }

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