#109664

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

Shades of Shamrock Green #109664

Tints of Shamrock Green #109664

Color information

#109664 (or 0x109664) is unknown color: approx Shamrock Green. HEX triplet: 10, 96 and 64. RGB value is (16,150,100). Sum of RGB (Red+Green+Blue) = 16+150+100=266 (35% of max value = 765). Red value is 16 (6.64% from 255 or 6.02% from 266); Green value is 150 (58.98% from 255 or 56.39% from 266); Blue value is 100 (39.45% from 255 or 37.59% from 266); Max value from RGB is 150 - color contains mainly: green. Hex color #109664 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #109664 is #EF699B. Grayscale: #686868. Windows color (decimal): -15690140 or 6592016. OLE color: 6592016.

HSL color Cylindrical-coordinate representation of color #109664: hue angle of 157.61º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #109664 is Cyan = 0.89, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.41.

Color convert

RGB16150100-
CMYK0.8900.330.41
HSL157.61º80.72%32.55%-
HSV(B)157.61º89.33%58.82%-
XYZ13.4222.8415.76-
YUV104.23125.6165.07-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.02%
GREEN value IS 150 (58.98% from 255) = 56.39%
BLUE value IS 100 (39.45% from 255) = 37.59%
R=6.02%
G=56.39%
B=37.59%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal161501000.8900.330.41157.6180.7232.55
Hex10966459021299e5121
Octal202261441310415123612141
Binary1000010010110110010010110010100001101001100111101010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #109664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #109664; }

 p { color: rgb(16,150,100); }

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

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

 a { background-color: rgb(16,150,100); }

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

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

 span { border-color: rgb(16,150,100); }

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