#14C222

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

Shades of Dark Pastel Green #14C222

Tints of Dark Pastel Green #14C222

Color information

#14C222 (or 0x14C222) is unknown color: approx Dark Pastel Green. HEX triplet: 14, C2 and 22. RGB value is (20,194,34). Sum of RGB (Red+Green+Blue) = 20+194+34=248 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.06% from 248); Green value is 194 (76.17% from 255 or 78.23% from 248); Blue value is 34 (13.67% from 255 or 13.71% from 248); Max value from RGB is 194 - color contains mainly: green. Hex color #14C222 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14C222 is #EB3DDD. Grayscale: #7C7C7C. Windows color (decimal): -15416798 or 2277908. OLE color: 2277908.

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

Color convert

RGB2019434-
CMYK0.9000.820.24
HSL124.83º81.31%41.96%-
HSV(B)124.83º89.69%76.08%-
XYZ19.8738.857.96-
YUV123.7377.3554.01-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.06%
GREEN value IS 194 (76.17% from 255) = 78.23%
BLUE value IS 34 (13.67% from 255) = 13.71%
R=8.06%
G=78.23%
B=13.71%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal20194340.9000.820.24124.8381.3141.96
Hex14C2225A052187d512a
Octal243024213201223017512152
Binary10100110000101000101011010010100101100011111011010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14C222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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