Html Css Color HEX #14D638 Dark Pastel Green

📋 copy color: '#14D638'

red 20 ◦ green 214 ◦ blue 56

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

Shades of Dark Pastel Green #14D638

Tints of Dark Pastel Green #14D638

RGB

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

 GREEN value IS 214 (83.98% from 255) = 73.79%

 BLUE value IS 56 (22.27% from 255) = 19.31%

R = 6.9%
G = 73.79%
B = 19.31%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.74

 K value IS 0.16

RGB Variations

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

Color information

#14D638 (or 0x14D638) is known color: Dark Pastel Green. HEX triplet: 14, D6 and 38. RGB value is (20,214,56). Sum of RGB (Red+Green+Blue) = 20+214+56=290 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.90% from 290); Green value is 214 (83.98% from 255 or 73.79% from 290); Blue value is 56 (22.27% from 255 or 19.31% from 290); Max value from RGB is 214 - color contains mainly: green. Hex color #14D638 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14D638 is #EB29C7. Grayscale: #8A8A8A. Windows color (decimal): -15411656 or 3724820. OLE color: 3724820.

HSL color Cylindrical-coordinate representation of color #14D638: hue angle of 131.13º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14D638 is Cyan = 0.91, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.16.

Color convert

RGB 20 214 56 -
CMYK 0.91 0 0.74 0.16
HSL 131.13º 0.83% 0.46% -
HSV(B) 131.13º 0.91% 0.84% -
XYZ 25.05 48.53 11.79 -
YUV 137.98 81.73 43.85 -
System Red Green Blue C M Y K H S L
Decimal 20 214 56 0.91 0 0.74 0.16 131.13 0.83 0.46
Hex 14 D6 38 5B 0 4A 10 83 53 2E
Octal 24 326 70 133 0 112 20 203 123 56
Binary 10100 11010110 111000 1011011 0 1001010 10000 10000011 1010011 101110

Color Harmonies of #14D638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14D638

Black with #14D638

Text Example


Text Example

White with #14D638

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,214,56); }

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

background-color css

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

 a { background-color: rgb(20,214,56); }

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

border-color css

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

 span { border-color: rgb(20,214,56); }

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