Html Css Color HEX #14AB2F Dark Pastel Green

📋 copy color: '#14AB2F'

red 20 ◦ green 171 ◦ blue 47

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

Shades of Dark Pastel Green #14AB2F

Tints of Dark Pastel Green #14AB2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 19.75%

R = 8.4%
G = 71.85%
B = 19.75%

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

#14AB2F (or 0x14AB2F) is known color: Dark Pastel Green. HEX triplet: 14, AB and 2F. RGB value is (20,171,47). Sum of RGB (Red+Green+Blue) = 20+171+47=238 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.40% from 238); Green value is 171 (67.19% from 255 or 71.85% from 238); Blue value is 47 (18.75% from 255 or 19.75% from 238); Max value from RGB is 171 - color contains mainly: green. Hex color #14AB2F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14AB2F is #EB54D0. Grayscale: #707070. Windows color (decimal): -15422673 or 3123988. OLE color: 3123988.

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

Color convert

RGB 20 171 47 -
CMYK 0.88 0 0.73 0.33
HSL 130.73º 0.79% 0.37% -
HSV(B) 130.73º 0.88% 0.67% -
XYZ 15.36 29.48 7.57 -
YUV 111.72 91.47 62.58 -
System Red Green Blue C M Y K H S L
Decimal 20 171 47 0.88 0 0.73 0.33 130.73 0.79 0.37
Hex 14 AB 2F 58 0 49 21 83 4F 25
Octal 24 253 57 130 0 111 41 203 117 45
Binary 10100 10101011 101111 1011000 0 1001001 100001 10000011 1001111 100101

Color Harmonies of #14AB2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14AB2F

Black with #14AB2F

Text Example


Text Example

White with #14AB2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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