#14D431

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

Shades of Dark Pastel Green #14D431

Tints of Dark Pastel Green #14D431

Color information

#14D431 (or 0x14D431) is unknown color: approx Dark Pastel Green. HEX triplet: 14, D4 and 31. RGB value is (20,212,49). Sum of RGB (Red+Green+Blue) = 20+212+49=281 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.12% from 281); Green value is 212 (83.20% from 255 or 75.44% from 281); Blue value is 49 (19.53% from 255 or 17.44% from 281); Max value from RGB is 212 - color contains mainly: green. Hex color #14D431 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14D431 is #EB2BCE. Grayscale: #888888. Windows color (decimal): -15412175 or 3265556. OLE color: 3265556.

HSL color Cylindrical-coordinate representation of color #14D431: hue angle of 129.06º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14D431 is Cyan = 0.91, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.17.

Color convert

RGB2021249-
CMYK0.9100.770.17
HSL129.06º82.76%45.49%-
HSV(B)129.06º90.57%83.14%-
XYZ24.3947.4610.78-
YUV136.0178.8945.25-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.12%
GREEN value IS 212 (83.20% from 255) = 75.44%
BLUE value IS 49 (19.53% from 255) = 17.44%
R=7.12%
G=75.44%
B=17.44%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal20212490.9100.770.17129.0682.7645.49
Hex14D4315B04D1181532d
Octal243246113301152120112355
Binary101001101010011000110110110100110110001100000011010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14D431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,212,49); }

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

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

 a { background-color: rgb(20,212,49); }

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

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

 span { border-color: rgb(20,212,49); }

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