#119864

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

Shades of Shamrock Green #119864

Tints of Shamrock Green #119864

Color information

#119864 (or 0x119864) is unknown color: approx Shamrock Green. HEX triplet: 11, 98 and 64. RGB value is (17,152,100). Sum of RGB (Red+Green+Blue) = 17+152+100=269 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.32% from 269); Green value is 152 (59.77% from 255 or 56.51% from 269); Blue value is 100 (39.45% from 255 or 37.17% from 269); Max value from RGB is 152 - color contains mainly: green. Hex color #119864 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #119864 is #EE679B. Grayscale: #696969. Windows color (decimal): -15624092 or 6592529. OLE color: 6592529.

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

Color convert

RGB17152100-
CMYK0.8900.340.40
HSL156.89º79.88%33.14%-
HSV(B)156.89º88.82%59.61%-
XYZ13.7623.515.87-
YUV105.71124.7764.73-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.32%
GREEN value IS 152 (59.77% from 255) = 56.51%
BLUE value IS 100 (39.45% from 255) = 37.17%
R=6.32%
G=56.51%
B=37.17%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal171521000.8900.340.40156.8979.8833.14
Hex11986459022289d5021
Octal212301441310425023512041
Binary1000110011000110010010110010100010101000100111011010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #119864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #119864; }

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

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

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

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

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

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

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

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