#14C229

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

Shades of Dark Pastel Green #14C229

Tints of Dark Pastel Green #14C229

Color information

#14C229 (or 0x14C229) is unknown color: approx Dark Pastel Green. HEX triplet: 14, C2 and 29. RGB value is (20,194,41). Sum of RGB (Red+Green+Blue) = 20+194+41=255 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.84% from 255); Green value is 194 (76.17% from 255 or 76.08% from 255); Blue value is 41 (16.41% from 255 or 16.08% from 255); Max value from RGB is 194 - color contains mainly: green. Hex color #14C229 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14C229 is #EB3DD6. Grayscale: #7C7C7C. Windows color (decimal): -15416791 or 2736660. OLE color: 2736660.

HSL color Cylindrical-coordinate representation of color #14C229: hue angle of 127.24º 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 #14C229 is Cyan = 0.90, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB2019441-
CMYK0.9000.790.24
HSL127.24º81.31%41.96%-
HSV(B)127.24º89.69%76.08%-
XYZ19.9838.898.55-
YUV124.5380.8553.44-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.84%
GREEN value IS 194 (76.17% from 255) = 76.08%
BLUE value IS 41 (16.41% from 255) = 16.08%
R=7.84%
G=76.08%
B=16.08%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal20194410.9000.790.24127.2481.3141.96
Hex14C2295A04F187f512a
Octal243025113201173017712152
Binary10100110000101010011011010010011111100011111111010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14C229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,194,41); }

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

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

 a { background-color: rgb(20,194,41); }

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

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

 span { border-color: rgb(20,194,41); }

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