#14A163

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

Shades of Shamrock Green #14A163

Tints of Shamrock Green #14A163

Color information

#14A163 (or 0x14A163) is unknown color: approx Shamrock Green. HEX triplet: 14, A1 and 63. RGB value is (20,161,99). Sum of RGB (Red+Green+Blue) = 20+161+99=280 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.14% from 280); Green value is 161 (63.28% from 255 or 57.5% from 280); Blue value is 99 (39.06% from 255 or 35.36% from 280); Max value from RGB is 161 - color contains mainly: green. Hex color #14A163 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14A163 is #EB5E9C. Grayscale: #6F6F6F. Windows color (decimal): -15425181 or 6529300. OLE color: 6529300.

HSL color Cylindrical-coordinate representation of color #14A163: hue angle of 153.62º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #14A163 is Cyan = 0.88, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.37.

Color convert

RGB2016199-
CMYK0.8800.390.37
HSL153.62º77.9%35.49%-
HSV(B)153.62º87.58%63.14%-
XYZ15.2926.5416.12-
YUV111.77120.7962.54-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.14%
GREEN value IS 161 (63.28% from 255) = 57.5%
BLUE value IS 99 (39.06% from 255) = 35.36%
R=7.14%
G=57.5%
B=35.36%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal20161990.8800.390.37153.6277.935.49
Hex14A16358027259a4e23
Octal242411431300474523211643
Binary1010010100001110001110110000100111100101100110101001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14A163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14A163; }

 p { color: rgb(20,161,99); }

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

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

 a { background-color: rgb(20,161,99); }

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

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

 span { border-color: rgb(20,161,99); }

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