Html Css Color HEX #20BA4E Dark Pastel Green

📋 copy color: '#20BA4E'

red 32 ◦ green 186 ◦ blue 78

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

Shades of Dark Pastel Green #20BA4E

Tints of Dark Pastel Green #20BA4E

RGB

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

 GREEN value IS 186 (73.05% from 255) = 62.84%

 BLUE value IS 78 (30.86% from 255) = 26.35%

R = 10.81%
G = 62.84%
B = 26.35%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#20BA4E (or 0x20BA4E) is known color: Dark Pastel Green. HEX triplet: 20, BA and 4E. RGB value is (32,186,78). Sum of RGB (Red+Green+Blue) = 32+186+78=296 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.81% from 296); Green value is 186 (73.05% from 255 or 62.84% from 296); Blue value is 78 (30.86% from 255 or 26.35% from 296); Max value from RGB is 186 - color contains mainly: green. Hex color #20BA4E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20BA4E is #DF45B1. Grayscale: #7F7F7F. Windows color (decimal): -14632370 or 5159456. OLE color: 5159456.

HSL color Cylindrical-coordinate representation of color #20BA4E: hue angle of 137.92º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #20BA4E is Cyan = 0.83, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB 32 186 78 -
CMYK 0.83 0 0.58 0.27
HSL 137.92º 0.71% 0.43% -
HSV(B) 137.92º 0.83% 0.73% -
XYZ 19.53 35.97 13.12 -
YUV 127.64 99.98 59.78 -
System Red Green Blue C M Y K H S L
Decimal 32 186 78 0.83 0 0.58 0.27 137.92 0.71 0.43
Hex 20 BA 4E 53 0 3A 1B 8A 47 2B
Octal 40 272 116 123 0 72 33 212 107 53
Binary 100000 10111010 1001110 1010011 0 111010 11011 10001010 1000111 101011

Color Harmonies of #20BA4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20BA4E

Black with #20BA4E

Text Example


Text Example

White with #20BA4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,186,78); }

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

background-color css

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

 a { background-color: rgb(32,186,78); }

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

border-color css

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

 span { border-color: rgb(32,186,78); }

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