#119A5F

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

Shades of Shamrock Green #119A5F

Tints of Shamrock Green #119A5F

Color information

#119A5F (or 0x119A5F) is unknown color: approx Shamrock Green. HEX triplet: 11, 9A and 5F. RGB value is (17,154,95). Sum of RGB (Red+Green+Blue) = 17+154+95=266 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.39% from 266); Green value is 154 (60.55% from 255 or 57.89% from 266); Blue value is 95 (37.5% from 255 or 35.71% from 266); Max value from RGB is 154 - color contains mainly: green. Hex color #119A5F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #119A5F is #EE65A0. Grayscale: #6A6A6A. Windows color (decimal): -15623585 or 6265361. OLE color: 6265361.

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

Color convert

RGB1715495-
CMYK0.8900.380.40
HSL154.16º80.12%33.53%-
HSV(B)154.16º88.96%60.39%-
XYZ13.8524.0614.74-
YUV106.31121.6164.3-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.39%
GREEN value IS 154 (60.55% from 255) = 57.89%
BLUE value IS 95 (37.5% from 255) = 35.71%
R=6.39%
G=57.89%
B=35.71%

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
Decimal17154950.8900.380.40154.1680.1233.53
Hex119A5F59026289a5022
Octal212321371310465023212042
Binary1000110011010101111110110010100110101000100110101010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #119A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #119A5F; }

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

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

<style>
 a { background-color: #119A5F; }

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

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

<style>
 span { border-color: #119A5F; }

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

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