#14C548

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

Shades of Dark Pastel Green #14C548

Tints of Dark Pastel Green #14C548

Color information

#14C548 (or 0x14C548) is unknown color: approx Dark Pastel Green. HEX triplet: 14, C5 and 48. RGB value is (20,197,72). Sum of RGB (Red+Green+Blue) = 20+197+72=289 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.92% from 289); Green value is 197 (77.34% from 255 or 68.17% from 289); Blue value is 72 (28.52% from 255 or 24.91% from 289); Max value from RGB is 197 - color contains mainly: green. Hex color #14C548 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14C548 is #EB3AB7. Grayscale: #828282. Windows color (decimal): -15415992 or 4769044. OLE color: 4769044.

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

Color convert

RGB2019772-
CMYK0.9000.630.23
HSL137.63º81.57%42.55%-
HSV(B)137.63º89.85%77.25%-
XYZ21.4240.5512.83-
YUV129.8395.3649.66-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.92%
GREEN value IS 197 (77.34% from 255) = 68.17%
BLUE value IS 72 (28.52% from 255) = 24.91%
R=6.92%
G=68.17%
B=24.91%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal20197720.9000.630.23137.6381.5742.55
Hex14C5485A03F178a522b
Octal243051101320772721212253
Binary101001100010110010001011010011111110111100010101010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14C548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,197,72); }

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

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

 a { background-color: rgb(20,197,72); }

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

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

 span { border-color: rgb(20,197,72); }

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