#119965

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

Shades of Shamrock Green #119965

Tints of Shamrock Green #119965

Color information

#119965 (or 0x119965) is unknown color: approx Shamrock Green. HEX triplet: 11, 99 and 65. RGB value is (17,153,101). Sum of RGB (Red+Green+Blue) = 17+153+101=271 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.27% from 271); Green value is 153 (60.16% from 255 or 56.46% from 271); Blue value is 101 (39.84% from 255 or 37.27% from 271); Max value from RGB is 153 - color contains mainly: green. Hex color #119965 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #119965 is #EE669A. Grayscale: #6A6A6A. Windows color (decimal): -15623835 or 6658321. OLE color: 6658321.

HSL color Cylindrical-coordinate representation of color #119965: hue angle of 157.06º 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 #119965 is Cyan = 0.89, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.4.

Color convert

RGB17153101-
CMYK0.8900.340.4
HSL157.06º80%33.33%-
HSV(B)157.06º88.89%60%-
XYZ13.9723.8416.18-
YUV106.41124.9464.23-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.27%
GREEN value IS 153 (60.16% from 255) = 56.46%
BLUE value IS 101 (39.84% from 255) = 37.27%
R=6.27%
G=56.46%
B=37.27%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal171531010.8900.340.4157.068033.33
Hex11996559022289d5021
Octal212311451310425023512041
Binary1000110011001110010110110010100010101000100111011010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #119965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #119965; }

 p { color: rgb(17,153,101); }

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

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

 a { background-color: rgb(17,153,101); }

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

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

 span { border-color: rgb(17,153,101); }

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