Html Css Color HEX #14D436 Dark Pastel Green

📋 copy color: '#14D436'

red 20 ◦ green 212 ◦ blue 54

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

Shades of Dark Pastel Green #14D436

Tints of Dark Pastel Green #14D436

RGB

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

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

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

R = 6.99%
G = 74.13%
B = 18.88%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.75

 K value IS 0.17

RGB Variations

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

Color information

#14D436 (or 0x14D436) is known color: Dark Pastel Green. HEX triplet: 14, D4 and 36. RGB value is (20,212,54). Sum of RGB (Red+Green+Blue) = 20+212+54=286 (37% of max value = 765). Red value is 20 (8.20% from 255 or 6.99% from 286); Green value is 212 (83.20% from 255 or 74.13% from 286); Blue value is 54 (21.48% from 255 or 18.88% from 286); Max value from RGB is 212 - color contains mainly: green. Hex color #14D436 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14D436 is #EB2BC9. Grayscale: #898989. Windows color (decimal): -15412170 or 3593236. OLE color: 3593236.

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

Color convert

RGB 20 212 54 -
CMYK 0.91 0 0.75 0.17
HSL 130.63º 0.83% 0.45% -
HSV(B) 130.63º 0.91% 0.83% -
XYZ 24.5 47.5 11.37 -
YUV 136.58 81.39 44.85 -
System Red Green Blue C M Y K H S L
Decimal 20 212 54 0.91 0 0.75 0.17 130.63 0.83 0.45
Hex 14 D4 36 5B 0 4B 11 83 53 2D
Octal 24 324 66 133 0 113 21 203 123 55
Binary 10100 11010100 110110 1011011 0 1001011 10001 10000011 1010011 101101

Color Harmonies of #14D436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14D436

Black with #14D436

Text Example


Text Example

White with #14D436

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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