#11985F

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

Shades of Shamrock Green #11985F

Tints of Shamrock Green #11985F

Color information

#11985F (or 0x11985F) is unknown color: approx Shamrock Green. HEX triplet: 11, 98 and 5F. RGB value is (17,152,95). Sum of RGB (Red+Green+Blue) = 17+152+95=264 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.44% from 264); Green value is 152 (59.77% from 255 or 57.58% from 264); Blue value is 95 (37.5% from 255 or 35.98% from 264); Max value from RGB is 152 - color contains mainly: green. Hex color #11985F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11985F is #EE67A0. Grayscale: #696969. Windows color (decimal): -15624097 or 6264849. OLE color: 6264849.

HSL color Cylindrical-coordinate representation of color #11985F: hue angle of 154.67º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #11985F is Cyan = 0.89, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.40.

Color convert

RGB1715295-
CMYK0.8900.380.40
HSL154.67º79.88%33.14%-
HSV(B)154.67º88.82%59.61%-
XYZ13.5223.414.63-
YUV105.14122.2765.13-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.44%
GREEN value IS 152 (59.77% from 255) = 57.58%
BLUE value IS 95 (37.5% from 255) = 35.98%
R=6.44%
G=57.58%
B=35.98%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal17152950.8900.380.40154.6779.8833.14
Hex11985F59026289b5021
Octal212301371310465023312041
Binary1000110011000101111110110010100110101000100110111010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11985F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11985F; }

 p { color: rgb(17,152,95); }

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

<style>
 a { background-color: #11985F; }

 a { background-color: rgb(17,152,95); }

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

<style>
 span { border-color: #11985F; }

 span { border-color: rgb(17,152,95); }

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