#0F995D

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

Shades of Shamrock Green #0F995D

Tints of Shamrock Green #0F995D

Color information

#0F995D (or 0x0F995D) is unknown color: approx Shamrock Green. HEX triplet: 0F, 99 and 5D. RGB value is (15,153,93). Sum of RGB (Red+Green+Blue) = 15+153+93=261 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.75% from 261); Green value is 153 (60.16% from 255 or 58.62% from 261); Blue value is 93 (36.72% from 255 or 35.63% from 261); Max value from RGB is 153 - color contains mainly: green. Hex color #0F995D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F995D is #F066A2. Grayscale: #696969. Windows color (decimal): -15754915 or 6134031. OLE color: 6134031.

HSL color Cylindrical-coordinate representation of color #0F995D: hue angle of 153.91º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F995D is Cyan = 0.90, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.4.

Color convert

RGB1515393-
CMYK0.9000.390.4
HSL153.91º82.14%32.94%-
HSV(B)153.91º90.2%60%-
XYZ13.5623.6714.21-
YUV104.9121.2863.88-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.75%
GREEN value IS 153 (60.16% from 255) = 58.62%
BLUE value IS 93 (36.72% from 255) = 35.63%
R=5.75%
G=58.62%
B=35.63%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15153930.9000.390.4153.9182.1432.94
HexF995D5A027289a5221
Octal172311351320475023212241
Binary111110011001101110110110100100111101000100110101010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F995D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,153,93); }

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

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

 a { background-color: rgb(15,153,93); }

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

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

 span { border-color: rgb(15,153,93); }

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