Html Css Color HEX #20E006 Free Speech Green

📋 copy color: '#20E006'

red 32 ◦ green 224 ◦ blue 6

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

Shades of Free Speech Green #20E006

Tints of Free Speech Green #20E006

RGB

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

 GREEN value IS 224 (87.89% from 255) = 85.5%

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

R = 12.21%
G = 85.5%
B = 2.29%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.97

 K value IS 0.12

RGB Variations

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

Color information

#20E006 (or 0x20E006) is known color: Free Speech Green. HEX triplet: 20, E0 and 06. RGB value is (32,224,6). Sum of RGB (Red+Green+Blue) = 32+224+6=262 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.21% from 262); Green value is 224 (87.89% from 255 or 85.50% from 262); Blue value is 6 (2.73% from 255 or 2.29% from 262); Max value from RGB is 224 - color contains mainly: green. Hex color #20E006 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20E006 is #DF1FF9. Grayscale: #8E8E8E. Windows color (decimal): -14622714 or 450592. OLE color: 450592.

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

Color convert

RGB 32 224 6 -
CMYK 0.86 0 0.97 0.12
HSL 112.84º 0.95% 0.45% -
HSV(B) 112.84º 0.97% 0.88% -
XYZ 27.28 53.63 9.09 -
YUV 141.74 51.39 49.73 -
System Red Green Blue C M Y K H S L
Decimal 32 224 6 0.86 0 0.97 0.12 112.84 0.95 0.45
Hex 20 E0 6 56 0 61 C 71 5F 2D
Octal 40 340 6 126 0 141 14 161 137 55
Binary 100000 11100000 110 1010110 0 1100001 1100 1110001 1011111 101101

Color Harmonies of #20E006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20E006

Black with #20E006

Text Example


Text Example

White with #20E006

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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