Html Css Color HEX #20EF09 Free Speech Green

📋 copy color: '#20EF09'

red 32 ◦ green 239 ◦ blue 9

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

Shades of Free Speech Green #20EF09

Tints of Free Speech Green #20EF09

RGB

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

 GREEN value IS 239 (93.75% from 255) = 85.36%

 BLUE value IS 9 (3.91% from 255) = 3.21%

R = 11.43%
G = 85.36%
B = 3.21%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#20EF09 (or 0x20EF09) is known color: Free Speech Green. HEX triplet: 20, EF and 09. RGB value is (32,239,9). Sum of RGB (Red+Green+Blue) = 32+239+9=280 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.43% from 280); Green value is 239 (93.75% from 255 or 85.36% from 280); Blue value is 9 (3.91% from 255 or 3.21% from 280); Max value from RGB is 239 - color contains mainly: green. Hex color #20EF09 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #20EF09 is #DF10F6. Grayscale: #979797. Windows color (decimal): -14618871 or 651040. OLE color: 651040.

HSL color Cylindrical-coordinate representation of color #20EF09: hue angle of 114º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #20EF09 is Cyan = 0.87, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.06.

Color convert

RGB 32 239 9 -
CMYK 0.87 0 0.96 0.06
HSL 114º 0.93% 0.49% -
HSV(B) 114º 0.96% 0.94% -
XYZ 31.51 62.06 10.58 -
YUV 150.89 47.92 43.2 -
System Red Green Blue C M Y K H S L
Decimal 32 239 9 0.87 0 0.96 0.06 114 0.93 0.49
Hex 20 EF 9 57 0 60 6 72 5D 31
Octal 40 357 11 127 0 140 6 162 135 61
Binary 100000 11101111 1001 1010111 0 1100000 110 1110010 1011101 110001

Color Harmonies of #20EF09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20EF09

Black with #20EF09

Text Example


Text Example

White with #20EF09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,239,9); }

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

background-color css

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

 a { background-color: rgb(32,239,9); }

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

border-color css

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

 span { border-color: rgb(32,239,9); }

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