Html Css Color HEX #14AA40 Dark Pastel Green

📋 copy color: '#14AA40'

red 20 ◦ green 170 ◦ blue 64

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

Shades of Dark Pastel Green #14AA40

Tints of Dark Pastel Green #14AA40

RGB

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

 GREEN value IS 170 (66.8% from 255) = 66.93%

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

R = 7.87%
G = 66.93%
B = 25.2%

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

#14AA40 (or 0x14AA40) is known color: Dark Pastel Green. HEX triplet: 14, AA and 40. RGB value is (20,170,64). Sum of RGB (Red+Green+Blue) = 20+170+64=254 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.87% from 254); Green value is 170 (66.80% from 255 or 66.93% from 254); Blue value is 64 (25.39% from 255 or 25.20% from 254); Max value from RGB is 170 - color contains mainly: green. Hex color #14AA40 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14AA40 is #EB55BF. Grayscale: #717171. Windows color (decimal): -15422912 or 4237844. OLE color: 4237844.

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

Color convert

RGB 20 170 64 -
CMYK 0.88 0 0.62 0.33
HSL 137.6º 0.79% 0.37% -
HSV(B) 137.6º 0.88% 0.67% -
XYZ 15.59 29.27 9.68 -
YUV 113.07 100.31 61.62 -
System Red Green Blue C M Y K H S L
Decimal 20 170 64 0.88 0 0.62 0.33 137.6 0.79 0.37
Hex 14 AA 40 58 0 3E 21 8A 4F 25
Octal 24 252 100 130 0 76 41 212 117 45
Binary 10100 10101010 1000000 1011000 0 111110 100001 10001010 1001111 100101

Color Harmonies of #14AA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14AA40

Black with #14AA40

Text Example


Text Example

White with #14AA40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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