Html Css Color HEX #14B440 Dark Pastel Green

📋 copy color: '#14B440'

red 20 ◦ green 180 ◦ blue 64

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

Shades of Dark Pastel Green #14B440

Tints of Dark Pastel Green #14B440

RGB

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

 GREEN value IS 180 (70.7% from 255) = 68.18%

 BLUE value IS 64 (25.39% from 255) = 24.24%

R = 7.58%
G = 68.18%
B = 24.24%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#14B440 (or 0x14B440) is known color: Dark Pastel Green. HEX triplet: 14, B4 and 40. RGB value is (20,180,64). Sum of RGB (Red+Green+Blue) = 20+180+64=264 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.58% from 264); Green value is 180 (70.70% from 255 or 68.18% from 264); Blue value is 64 (25.39% from 255 or 24.24% from 264); Max value from RGB is 180 - color contains mainly: green. Hex color #14B440 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14B440 is #EB4BBF. Grayscale: #777777. Windows color (decimal): -15420352 or 4240404. OLE color: 4240404.

HSL color Cylindrical-coordinate representation of color #14B440: hue angle of 136.5º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14B440 is Cyan = 0.89, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.29.

Color convert

RGB 20 180 64 -
CMYK 0.89 0 0.64 0.29
HSL 136.5º 0.8% 0.39% -
HSV(B) 136.5º 0.89% 0.71% -
XYZ 17.54 33.16 10.33 -
YUV 118.94 96.99 57.43 -
System Red Green Blue C M Y K H S L
Decimal 20 180 64 0.89 0 0.64 0.29 136.5 0.8 0.39
Hex 14 B4 40 59 0 40 1D 88 50 27
Octal 24 264 100 131 0 100 35 210 120 47
Binary 10100 10110100 1000000 1011001 0 1000000 11101 10001000 1010000 100111

Color Harmonies of #14B440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14B440

Black with #14B440

Text Example


Text Example

White with #14B440

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,180,64); }

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

background-color css

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

 a { background-color: rgb(20,180,64); }

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

border-color css

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

 span { border-color: rgb(20,180,64); }

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