#14C647

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

Shades of Dark Pastel Green #14C647

Tints of Dark Pastel Green #14C647

Color information

#14C647 (or 0x14C647) is unknown color: approx Dark Pastel Green. HEX triplet: 14, C6 and 47. RGB value is (20,198,71). Sum of RGB (Red+Green+Blue) = 20+198+71=289 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.92% from 289); Green value is 198 (77.73% from 255 or 68.51% from 289); Blue value is 71 (28.12% from 255 or 24.57% from 289); Max value from RGB is 198 - color contains mainly: green. Hex color #14C647 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14C647 is #EB39B8. Grayscale: #828282. Windows color (decimal): -15415737 or 4703764. OLE color: 4703764.

HSL color Cylindrical-coordinate representation of color #14C647: hue angle of 137.19º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14C647 is Cyan = 0.90, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.22.

Color convert

RGB2019871-
CMYK0.9000.640.22
HSL137.19º81.65%42.75%-
HSV(B)137.19º89.9%77.65%-
XYZ21.6240.9912.73-
YUV130.394.5349.33-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.92%
GREEN value IS 198 (77.73% from 255) = 68.51%
BLUE value IS 71 (28.12% from 255) = 24.57%
R=6.92%
G=68.51%
B=24.57%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20198710.9000.640.22137.1981.6542.75
Hex14C6475A0401689522b
Octal2430610713201002621112253
Binary1010011000110100011110110100100000010110100010011010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14C647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,198,71); }

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

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

 a { background-color: rgb(20,198,71); }

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

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

 span { border-color: rgb(20,198,71); }

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