Html Css Color HEX #20A540 Dark Pastel Green

📋 copy color: '#20A540'

red 32 ◦ green 165 ◦ blue 64

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

Shades of Dark Pastel Green #20A540

Tints of Dark Pastel Green #20A540

RGB

 RED value IS 32 (12.89% from 255) = 12.26%

 GREEN value IS 165 (64.84% from 255) = 63.22%

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

R = 12.26%
G = 63.22%
B = 24.52%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.61

 K value IS 0.35

RGB Variations

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

Color information

#20A540 (or 0x20A540) is known color: Dark Pastel Green. HEX triplet: 20, A5 and 40. RGB value is (32,165,64). Sum of RGB (Red+Green+Blue) = 32+165+64=261 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.26% from 261); Green value is 165 (64.84% from 255 or 63.22% from 261); Blue value is 64 (25.39% from 255 or 24.52% from 261); Max value from RGB is 165 - color contains mainly: green. Hex color #20A540 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20A540 is #DF5ABF. Grayscale: #717171. Windows color (decimal): -14637760 or 4236576. OLE color: 4236576.

HSL color Cylindrical-coordinate representation of color #20A540: hue angle of 134.44º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #20A540 is Cyan = 0.81, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.35.

Color convert

RGB 32 165 64 -
CMYK 0.81 0 0.61 0.35
HSL 134.44º 0.68% 0.39% -
HSV(B) 134.44º 0.81% 0.65% -
XYZ 14.98 27.59 9.39 -
YUV 113.72 99.94 69.71 -
System Red Green Blue C M Y K H S L
Decimal 32 165 64 0.81 0 0.61 0.35 134.44 0.68 0.39
Hex 20 A5 40 51 0 3D 23 86 44 27
Octal 40 245 100 121 0 75 43 206 104 47
Binary 100000 10100101 1000000 1010001 0 111101 100011 10000110 1000100 100111

Color Harmonies of #20A540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20A540

Black with #20A540

Text Example


Text Example

White with #20A540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20A540; }

 p { color: rgb(32,165,64); }

 H1.HeaderClassName
 {
   color: #20A540;
 }
 .AnyTagClassName
 {
   color: #20A540;
 }
</style>

background-color css

<style>
 a { background-color: #20A540; }

 a { background-color: rgb(32,165,64); }

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

border-color css

<style>
 span { border-color: #20A540; }

 span { border-color: rgb(32,165,64); }

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