Html Css Color HEX #20DC06 Free Speech Green

📋 copy color: '#20DC06'

red 32 ◦ green 220 ◦ blue 6

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

Shades of Free Speech Green #20DC06

Tints of Free Speech Green #20DC06

RGB

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

 GREEN value IS 220 (86.33% from 255) = 85.27%

 BLUE value IS 6 (2.73% from 255) = 2.33%

R = 12.4%
G = 85.27%
B = 2.33%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#20DC06 (or 0x20DC06) is known color: Free Speech Green. HEX triplet: 20, DC and 06. RGB value is (32,220,6). Sum of RGB (Red+Green+Blue) = 32+220+6=258 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.40% from 258); Green value is 220 (86.33% from 255 or 85.27% from 258); Blue value is 6 (2.73% from 255 or 2.33% from 258); Max value from RGB is 220 - color contains mainly: green. Hex color #20DC06 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20DC06 is #DF23F9. Grayscale: #8C8C8C. Windows color (decimal): -14623738 or 449568. OLE color: 449568.

HSL color Cylindrical-coordinate representation of color #20DC06: hue angle of 112.71º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #20DC06 is Cyan = 0.85, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.14.

Color convert

RGB 32 220 6 -
CMYK 0.85 0 0.97 0.14
HSL 112.71º 0.95% 0.44% -
HSV(B) 112.71º 0.97% 0.86% -
XYZ 26.22 51.51 8.73 -
YUV 139.39 52.72 51.4 -
System Red Green Blue C M Y K H S L
Decimal 32 220 6 0.85 0 0.97 0.14 112.71 0.95 0.44
Hex 20 DC 6 55 0 61 E 71 5F 2C
Octal 40 334 6 125 0 141 16 161 137 54
Binary 100000 11011100 110 1010101 0 1100001 1110 1110001 1011111 101100

Color Harmonies of #20DC06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20DC06

Black with #20DC06

Text Example


Text Example

White with #20DC06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,220,6); }

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

background-color css

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

 a { background-color: rgb(32,220,6); }

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

border-color css

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

 span { border-color: rgb(32,220,6); }

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