#14A062

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

Shades of Shamrock Green #14A062

Tints of Shamrock Green #14A062

Color information

#14A062 (or 0x14A062) is unknown color: approx Shamrock Green. HEX triplet: 14, A0 and 62. RGB value is (20,160,98). Sum of RGB (Red+Green+Blue) = 20+160+98=278 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.19% from 278); Green value is 160 (62.89% from 255 or 57.55% from 278); Blue value is 98 (38.67% from 255 or 35.25% from 278); Max value from RGB is 160 - color contains mainly: green. Hex color #14A062 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14A062 is #EB5F9D. Grayscale: #6F6F6F. Windows color (decimal): -15425438 or 6463508. OLE color: 6463508.

HSL color Cylindrical-coordinate representation of color #14A062: hue angle of 153.43º 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 #14A062 is Cyan = 0.88, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.37.

Color convert

RGB2016098-
CMYK0.8800.390.37
HSL153.43º77.78%35.29%-
HSV(B)153.43º87.5%62.75%-
XYZ15.0626.1715.81-
YUV111.07120.6263.04-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.19%
GREEN value IS 160 (62.89% from 255) = 57.55%
BLUE value IS 98 (38.67% from 255) = 35.25%
R=7.19%
G=57.55%
B=35.25%

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
Decimal20160980.8800.390.37153.4377.7835.29
Hex14A0625802725994e23
Octal242401421300474523111643
Binary1010010100000110001010110000100111100101100110011001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14A062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,160,98); }

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

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

 a { background-color: rgb(20,160,98); }

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

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

 span { border-color: rgb(20,160,98); }

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