#14A563

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

Shades of Shamrock Green #14A563

Tints of Shamrock Green #14A563

Color information

#14A563 (or 0x14A563) is unknown color: approx Shamrock Green. HEX triplet: 14, A5 and 63. RGB value is (20,165,99). Sum of RGB (Red+Green+Blue) = 20+165+99=284 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.04% from 284); Green value is 165 (64.84% from 255 or 58.10% from 284); Blue value is 99 (39.06% from 255 or 34.86% from 284); Max value from RGB is 165 - color contains mainly: green. Hex color #14A563 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14A563 is #EB5A9C. Grayscale: #727272. Windows color (decimal): -15424157 or 6530324. OLE color: 6530324.

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

Color convert

RGB2016599-
CMYK0.8800.400.35
HSL152.69º78.38%36.27%-
HSV(B)152.69º87.88%64.71%-
XYZ1627.9616.36-
YUV114.12119.4660.87-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.04%
GREEN value IS 165 (64.84% from 255) = 58.10%
BLUE value IS 99 (39.06% from 255) = 34.86%
R=7.04%
G=58.10%
B=34.86%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal20165990.8800.400.35152.6978.3836.27
Hex14A5635802823994e24
Octal242451431300504323111644
Binary1010010100101110001110110000101000100011100110011001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14A563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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