Html Css Color HEX #14D736 Dark Pastel Green

📋 copy color: '#14D736'

red 20 ◦ green 215 ◦ blue 54

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

Shades of Dark Pastel Green #14D736

Tints of Dark Pastel Green #14D736

RGB

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

 GREEN value IS 215 (84.38% from 255) = 74.39%

 BLUE value IS 54 (21.48% from 255) = 18.69%

R = 6.92%
G = 74.39%
B = 18.69%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#14D736 (or 0x14D736) is known color: Dark Pastel Green. HEX triplet: 14, D7 and 36. RGB value is (20,215,54). Sum of RGB (Red+Green+Blue) = 20+215+54=289 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.92% from 289); Green value is 215 (84.38% from 255 or 74.39% from 289); Blue value is 54 (21.48% from 255 or 18.69% from 289); Max value from RGB is 215 - color contains mainly: green. Hex color #14D736 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14D736 is #EB28C9. Grayscale: #8A8A8A. Windows color (decimal): -15411402 or 3594004. OLE color: 3594004.

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

Color convert

RGB 20 215 54 -
CMYK 0.91 0 0.75 0.16
HSL 130.46º 0.83% 0.46% -
HSV(B) 130.46º 0.91% 0.84% -
XYZ 25.25 49.02 11.62 -
YUV 138.34 80.4 43.59 -
System Red Green Blue C M Y K H S L
Decimal 20 215 54 0.91 0 0.75 0.16 130.46 0.83 0.46
Hex 14 D7 36 5B 0 4B 10 82 53 2E
Octal 24 327 66 133 0 113 20 202 123 56
Binary 10100 11010111 110110 1011011 0 1001011 10000 10000010 1010011 101110

Color Harmonies of #14D736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14D736

Black with #14D736

Text Example


Text Example

White with #14D736

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,215,54); }

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

background-color css

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

 a { background-color: rgb(20,215,54); }

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

border-color css

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

 span { border-color: rgb(20,215,54); }

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