#14985C

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

Shades of Shamrock Green #14985C

Tints of Shamrock Green #14985C

Color information

#14985C (or 0x14985C) is unknown color: approx Shamrock Green. HEX triplet: 14, 98 and 5C. RGB value is (20,152,92). Sum of RGB (Red+Green+Blue) = 20+152+92=264 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.58% from 264); Green value is 152 (59.77% from 255 or 57.58% from 264); Blue value is 92 (36.33% from 255 or 34.85% from 264); Max value from RGB is 152 - color contains mainly: green. Hex color #14985C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14985C is #EB67A3. Grayscale: #696969. Windows color (decimal): -15427492 or 6068244. OLE color: 6068244.

HSL color Cylindrical-coordinate representation of color #14985C: hue angle of 152.73º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #14985C is Cyan = 0.87, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.40.

Color convert

RGB2015292-
CMYK0.8700.390.40
HSL152.73º76.74%33.73%-
HSV(B)152.73º86.84%59.61%-
XYZ13.4523.3813.93-
YUV105.69120.2766.88-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.58%
GREEN value IS 152 (59.77% from 255) = 57.58%
BLUE value IS 92 (36.33% from 255) = 34.85%
R=7.58%
G=57.58%
B=34.85%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal20152920.8700.390.40152.7376.7433.73
Hex14985C5702728994d22
Octal242301341270475023111542
Binary1010010011000101110010101110100111101000100110011001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14985C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14985C; }

 p { color: rgb(20,152,92); }

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

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

 a { background-color: rgb(20,152,92); }

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

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

 span { border-color: rgb(20,152,92); }

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