Html Css Color HEX #14AB2E Dark Pastel Green

📋 copy color: '#14AB2E'

red 20 ◦ green 171 ◦ blue 46

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

Shades of Dark Pastel Green #14AB2E

Tints of Dark Pastel Green #14AB2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 19.41%

R = 8.44%
G = 72.15%
B = 19.41%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#14AB2E (or 0x14AB2E) is known color: Dark Pastel Green. HEX triplet: 14, AB and 2E. RGB value is (20,171,46). Sum of RGB (Red+Green+Blue) = 20+171+46=237 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.44% from 237); Green value is 171 (67.19% from 255 or 72.15% from 237); Blue value is 46 (18.36% from 255 or 19.41% from 237); Max value from RGB is 171 - color contains mainly: green. Hex color #14AB2E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14AB2E is #EB54D1. Grayscale: #6F6F6F. Windows color (decimal): -15422674 or 3058452. OLE color: 3058452.

HSL color Cylindrical-coordinate representation of color #14AB2E: hue angle of 130.33º 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 #14AB2E is Cyan = 0.88, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.33.

Color convert

RGB 20 171 46 -
CMYK 0.88 0 0.73 0.33
HSL 130.33º 0.79% 0.37% -
HSV(B) 130.33º 0.88% 0.67% -
XYZ 15.34 29.47 7.46 -
YUV 111.6 90.97 62.66 -
System Red Green Blue C M Y K H S L
Decimal 20 171 46 0.88 0 0.73 0.33 130.33 0.79 0.37
Hex 14 AB 2E 58 0 49 21 82 4F 25
Octal 24 253 56 130 0 111 41 202 117 45
Binary 10100 10101011 101110 1011000 0 1001001 100001 10000010 1001111 100101

Color Harmonies of #14AB2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14AB2E

Black with #14AB2E

Text Example


Text Example

White with #14AB2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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