Html Css Color HEX #14AB41 Dark Pastel Green

📋 copy color: '#14AB41'

red 20 ◦ green 171 ◦ blue 65

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

Shades of Dark Pastel Green #14AB41

Tints of Dark Pastel Green #14AB41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 25.39%

R = 7.81%
G = 66.8%
B = 25.39%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#14AB41 (or 0x14AB41) is known color: Dark Pastel Green. HEX triplet: 14, AB and 41. RGB value is (20,171,65). Sum of RGB (Red+Green+Blue) = 20+171+65=256 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.81% from 256); Green value is 171 (67.19% from 255 or 66.80% from 256); Blue value is 65 (25.78% from 255 or 25.39% from 256); Max value from RGB is 171 - color contains mainly: green. Hex color #14AB41 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14AB41 is #EB54BE. Grayscale: #727272. Windows color (decimal): -15422655 or 4303636. OLE color: 4303636.

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

Color convert

RGB 20 171 65 -
CMYK 0.88 0 0.62 0.33
HSL 137.88º 0.79% 0.37% -
HSV(B) 137.88º 0.88% 0.67% -
XYZ 15.81 29.66 9.89 -
YUV 113.77 100.47 61.12 -
System Red Green Blue C M Y K H S L
Decimal 20 171 65 0.88 0 0.62 0.33 137.88 0.79 0.37
Hex 14 AB 41 58 0 3E 21 8A 4F 25
Octal 24 253 101 130 0 76 41 212 117 45
Binary 10100 10101011 1000001 1011000 0 111110 100001 10001010 1001111 100101

Color Harmonies of #14AB41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14AB41

Black with #14AB41

Text Example


Text Example

White with #14AB41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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