#14C12A

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

Shades of Dark Pastel Green #14C12A

Tints of Dark Pastel Green #14C12A

Color information

#14C12A (or 0x14C12A) is unknown color: approx Dark Pastel Green. HEX triplet: 14, C1 and 2A. RGB value is (20,193,42). Sum of RGB (Red+Green+Blue) = 20+193+42=255 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.84% from 255); Green value is 193 (75.78% from 255 or 75.69% from 255); Blue value is 42 (16.80% from 255 or 16.47% from 255); Max value from RGB is 193 - color contains mainly: green. Hex color #14C12A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14C12A is #EB3ED5. Grayscale: #7C7C7C. Windows color (decimal): -15417046 or 2801940. OLE color: 2801940.

HSL color Cylindrical-coordinate representation of color #14C12A: hue angle of 127.63º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14C12A is Cyan = 0.90, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.24.

Color convert

RGB2019342-
CMYK0.9000.780.24
HSL127.63º81.22%41.76%-
HSV(B)127.63º89.64%75.69%-
XYZ19.7838.468.57-
YUV124.0681.6953.78-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.84%
GREEN value IS 193 (75.78% from 255) = 75.69%
BLUE value IS 42 (16.80% from 255) = 16.47%
R=7.84%
G=75.69%
B=16.47%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal20193420.9000.780.24127.6381.2241.76
Hex14C12A5A04E1880512a
Octal243015213201163020012152
Binary101001100000110101010110100100111011000100000001010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14C12A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,193,42); }

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

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

 a { background-color: rgb(20,193,42); }

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

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

 span { border-color: rgb(20,193,42); }

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