#14B720

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

Shades of Dark Pastel Green #14B720

Tints of Dark Pastel Green #14B720

Color information

#14B720 (or 0x14B720) is unknown color: approx Dark Pastel Green. HEX triplet: 14, B7 and 20. RGB value is (20,183,32). Sum of RGB (Red+Green+Blue) = 20+183+32=235 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.51% from 235); Green value is 183 (71.88% from 255 or 77.87% from 235); Blue value is 32 (12.89% from 255 or 13.62% from 235); Max value from RGB is 183 - color contains mainly: green. Hex color #14B720 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14B720 is #EB48DF. Grayscale: #757575. Windows color (decimal): -15419616 or 2144020. OLE color: 2144020.

HSL color Cylindrical-coordinate representation of color #14B720: hue angle of 124.42º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14B720 is Cyan = 0.89, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.28.

Color convert

RGB2018332-
CMYK0.8900.830.28
HSL124.42º80.3%39.8%-
HSV(B)124.42º89.07%71.76%-
XYZ17.4834.127.03-
YUV117.058058.78-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.51%
GREEN value IS 183 (71.88% from 255) = 77.87%
BLUE value IS 32 (12.89% from 255) = 13.62%
R=8.51%
G=77.87%
B=13.62%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal20183320.8900.830.28124.4280.339.8
Hex14B720590531C7c5028
Octal242674013101233417412050
Binary10100101101111000001011001010100111110011111001010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14B720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,183,32); }

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

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

 a { background-color: rgb(20,183,32); }

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

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

 span { border-color: rgb(20,183,32); }

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