#119d5f

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

Shades of Shamrock Green #119D5F

Tints of Shamrock Green #119D5F

Color information

#119D5F (or 0x119D5F) is unknown color: approx Shamrock Green. HEX triplet: 11, 9D and 5F. RGB value is (17,157,95). Sum of RGB (Red+Green+Blue) = 17+157+95=269 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.32% from 269); Green value is 157 (61.72% from 255 or 58.36% from 269); Blue value is 95 (37.5% from 255 or 35.32% from 269); Max value from RGB is 157 - color contains mainly: green. Hex color #119D5F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #119D5F is #EE62A0. Grayscale: #6C6C6C. Windows color (decimal): -15622817 or 6266129. OLE color: 6266129.

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

Color convert

RGB1715795-
CMYK0.8900.390.38
HSL153.43º80.46%34.12%-
HSV(B)153.43º89.17%61.57%-
XYZ14.3525.0614.91-
YUV108.07120.6263.04-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.32%
GREEN value IS 157 (61.72% from 255) = 58.36%
BLUE value IS 95 (37.5% from 255) = 35.32%
R=6.32%
G=58.36%
B=35.32%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal17157950.8900.390.38153.4380.4634.12
Hex119D5F5902726995022
Octal212351371310474623112042
Binary1000110011101101111110110010100111100110100110011010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #119d5f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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