#14a360

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

Shades of Shamrock Green #14A360

Tints of Shamrock Green #14A360

Color information

#14A360 (or 0x14A360) is unknown color: approx Shamrock Green. HEX triplet: 14, A3 and 60. RGB value is (20,163,96). Sum of RGB (Red+Green+Blue) = 20+163+96=279 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.17% from 279); Green value is 163 (64.06% from 255 or 58.42% from 279); Blue value is 96 (37.89% from 255 or 34.41% from 279); Max value from RGB is 163 - color contains mainly: green. Hex color #14A360 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14A360 is #EB5C9F. Grayscale: #707070. Windows color (decimal): -15424672 or 6333204. OLE color: 6333204.

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

Color convert

RGB2016396-
CMYK0.8800.410.36
HSL151.89º78.14%35.88%-
HSV(B)151.89º87.73%63.92%-
XYZ15.527.1915.5-
YUV112.6118.6261.95-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.17%
GREEN value IS 163 (64.06% from 255) = 58.42%
BLUE value IS 96 (37.89% from 255) = 34.41%
R=7.17%
G=58.42%
B=34.41%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal20163960.8800.410.36151.8978.1435.88
Hex14A3605802924984e24
Octal242431401300514423011644
Binary1010010100011110000010110000101001100100100110001001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14a360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,163,96); }

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

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

 a { background-color: rgb(20,163,96); }

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

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

 span { border-color: rgb(20,163,96); }

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