Html Css Color HEX #14D037 Dark Pastel Green

📋 copy color: '#14D037'

red 20 ◦ green 208 ◦ blue 55

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

Shades of Dark Pastel Green #14D037

Tints of Dark Pastel Green #14D037

RGB

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

 GREEN value IS 208 (81.64% from 255) = 73.5%

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

R = 7.07%
G = 73.5%
B = 19.43%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.74

 K value IS 0.18

RGB Variations

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

Color information

#14D037 (or 0x14D037) is known color: Dark Pastel Green. HEX triplet: 14, D0 and 37. RGB value is (20,208,55). Sum of RGB (Red+Green+Blue) = 20+208+55=283 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.07% from 283); Green value is 208 (81.64% from 255 or 73.50% from 283); Blue value is 55 (21.88% from 255 or 19.43% from 283); Max value from RGB is 208 - color contains mainly: green. Hex color #14D037 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14D037 is #EB2FC8. Grayscale: #868686. Windows color (decimal): -15413193 or 3657748. OLE color: 3657748.

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

Color convert

RGB 20 208 55 -
CMYK 0.90 0 0.74 0.18
HSL 131.17º 0.82% 0.45% -
HSV(B) 131.17º 0.9% 0.82% -
XYZ 23.53 45.54 11.16 -
YUV 134.35 83.22 46.44 -
System Red Green Blue C M Y K H S L
Decimal 20 208 55 0.90 0 0.74 0.18 131.17 0.82 0.45
Hex 14 D0 37 5A 0 4A 12 83 52 2D
Octal 24 320 67 132 0 112 22 203 122 55
Binary 10100 11010000 110111 1011010 0 1001010 10010 10000011 1010010 101101

Color Harmonies of #14D037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14D037

Black with #14D037

Text Example


Text Example

White with #14D037

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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