#14D039

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

Shades of Dark Pastel Green #14D039

Tints of Dark Pastel Green #14D039

Color information

#14D039 (or 0x14D039) is unknown color: approx Dark Pastel Green. HEX triplet: 14, D0 and 39. RGB value is (20,208,57). Sum of RGB (Red+Green+Blue) = 20+208+57=285 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.02% from 285); Green value is 208 (81.64% from 255 or 72.98% from 285); Blue value is 57 (22.66% from 255 or 20% from 285); Max value from RGB is 208 - color contains mainly: green. Hex color #14D039 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14D039 is #EB2FC6. Grayscale: #868686. Windows color (decimal): -15413191 or 3788820. OLE color: 3788820.

HSL color Cylindrical-coordinate representation of color #14D039: hue angle of 131.81º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14D039 is Cyan = 0.90, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.18.

Color convert

RGB2020857-
CMYK0.9000.730.18
HSL131.81º82.46%44.71%-
HSV(B)131.81º90.38%81.57%-
XYZ23.5845.5611.42-
YUV134.5784.2246.28-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.02%
GREEN value IS 208 (81.64% from 255) = 72.98%
BLUE value IS 57 (22.66% from 255) = 20%
R=7.02%
G=72.98%
B=20%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20208570.9000.730.18131.8182.4644.71
Hex14D0395A0491284522d
Octal243207113201112220412255
Binary101001101000011100110110100100100110010100001001010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14D039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,208,57); }

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

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

 a { background-color: rgb(20,208,57); }

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

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

 span { border-color: rgb(20,208,57); }

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