Html Css Color HEX #20AC38 Dark Pastel Green

📋 copy color: '#20AC38'

red 32 ◦ green 172 ◦ blue 56

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

Shades of Dark Pastel Green #20AC38

Tints of Dark Pastel Green #20AC38

RGB

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

 GREEN value IS 172 (67.58% from 255) = 66.15%

 BLUE value IS 56 (22.27% from 255) = 21.54%

R = 12.31%
G = 66.15%
B = 21.54%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.67

 K value IS 0.33

RGB Variations

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

Color information

#20AC38 (or 0x20AC38) is known color: Dark Pastel Green. HEX triplet: 20, AC and 38. RGB value is (32,172,56). Sum of RGB (Red+Green+Blue) = 32+172+56=260 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.31% from 260); Green value is 172 (67.58% from 255 or 66.15% from 260); Blue value is 56 (22.27% from 255 or 21.54% from 260); Max value from RGB is 172 - color contains mainly: green. Hex color #20AC38 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20AC38 is #DF53C7. Grayscale: #757575. Windows color (decimal): -14635976 or 3714080. OLE color: 3714080.

HSL color Cylindrical-coordinate representation of color #20AC38: hue angle of 130.29º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #20AC38 is Cyan = 0.81, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.33.

Color convert

RGB 32 172 56 -
CMYK 0.81 0 0.67 0.33
HSL 130.29º 0.69% 0.4% -
HSV(B) 130.29º 0.81% 0.67% -
XYZ 16.06 30.1 8.7 -
YUV 116.92 93.62 67.43 -
System Red Green Blue C M Y K H S L
Decimal 32 172 56 0.81 0 0.67 0.33 130.29 0.69 0.4
Hex 20 AC 38 51 0 43 21 82 45 28
Octal 40 254 70 121 0 103 41 202 105 50
Binary 100000 10101100 111000 1010001 0 1000011 100001 10000010 1000101 101000

Color Harmonies of #20AC38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20AC38

Black with #20AC38

Text Example


Text Example

White with #20AC38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,172,56); }

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

background-color css

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

 a { background-color: rgb(32,172,56); }

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

border-color css

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

 span { border-color: rgb(32,172,56); }

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