Html Css Color HEX #14AB31 Dark Pastel Green

📋 copy color: '#14AB31'

red 20 ◦ green 171 ◦ blue 49

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

Shades of Dark Pastel Green #14AB31

Tints of Dark Pastel Green #14AB31

RGB

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

 GREEN value IS 171 (67.19% from 255) = 71.25%

 BLUE value IS 49 (19.53% from 255) = 20.42%

R = 8.33%
G = 71.25%
B = 20.42%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.71

 K value IS 0.33

RGB Variations

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

Color information

#14AB31 (or 0x14AB31) is known color: Dark Pastel Green. HEX triplet: 14, AB and 31. RGB value is (20,171,49). Sum of RGB (Red+Green+Blue) = 20+171+49=240 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.33% from 240); Green value is 171 (67.19% from 255 or 71.25% from 240); Blue value is 49 (19.53% from 255 or 20.42% from 240); Max value from RGB is 171 - color contains mainly: green. Hex color #14AB31 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14AB31 is #EB54CE. Grayscale: #707070. Windows color (decimal): -15422671 or 3255060. OLE color: 3255060.

HSL color Cylindrical-coordinate representation of color #14AB31: hue angle of 131.52º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #14AB31 is Cyan = 0.88, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.33.

Color convert

RGB 20 171 49 -
CMYK 0.88 0 0.71 0.33
HSL 131.52º 0.79% 0.37% -
HSV(B) 131.52º 0.88% 0.67% -
XYZ 15.41 29.5 7.79 -
YUV 111.94 92.47 62.42 -
System Red Green Blue C M Y K H S L
Decimal 20 171 49 0.88 0 0.71 0.33 131.52 0.79 0.37
Hex 14 AB 31 58 0 47 21 84 4F 25
Octal 24 253 61 130 0 107 41 204 117 45
Binary 10100 10101011 110001 1011000 0 1000111 100001 10000100 1001111 100101

Color Harmonies of #14AB31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14AB31

Black with #14AB31

Text Example


Text Example

White with #14AB31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,171,49); }

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

background-color css

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

 a { background-color: rgb(20,171,49); }

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

border-color css

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

 span { border-color: rgb(20,171,49); }

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