Html Css Color HEX #14D437 Dark Pastel Green

📋 copy color: '#14D437'

red 20 ◦ green 212 ◦ blue 55

#14D437
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Pastel Green #14D437

Tints of Dark Pastel Green #14D437

RGB

 RED value IS 20 (8.2% from 255) = 6.97%

 GREEN value IS 212 (83.2% from 255) = 73.87%

 BLUE value IS 55 (21.88% from 255) = 19.16%

R = 6.97%
G = 73.87%
B = 19.16%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.74

 K value IS 0.17

RGB Variations

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

Color information

#14D437 (or 0x14D437) is known color: Dark Pastel Green. HEX triplet: 14, D4 and 37. RGB value is (20,212,55). Sum of RGB (Red+Green+Blue) = 20+212+55=287 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.97% from 287); Green value is 212 (83.20% from 255 or 73.87% from 287); Blue value is 55 (21.88% from 255 or 19.16% from 287); Max value from RGB is 212 - color contains mainly: green. Hex color #14D437 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14D437 is #EB2BC8. Grayscale: #898989. Windows color (decimal): -15412169 or 3658772. OLE color: 3658772.

HSL color Cylindrical-coordinate representation of color #14D437: hue angle of 130.94º 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 #14D437 is Cyan = 0.91, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.17.

Color convert

RGB 20 212 55 -
CMYK 0.91 0 0.74 0.17
HSL 130.94º 0.83% 0.45% -
HSV(B) 130.94º 0.91% 0.83% -
XYZ 24.52 47.51 11.49 -
YUV 136.69 81.89 44.77 -
System Red Green Blue C M Y K H S L
Decimal 20 212 55 0.91 0 0.74 0.17 130.94 0.83 0.45
Hex 14 D4 37 5B 0 4A 11 83 53 2D
Octal 24 324 67 133 0 112 21 203 123 55
Binary 10100 11010100 110111 1011011 0 1001010 10001 10000011 1010011 101101

Color Harmonies of #14D437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14D437

Black with #14D437

Text Example


Text Example

White with #14D437

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #14D437;
 }
 .AnyTagClassName
 {
   color: #14D437;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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