Html Css Color HEX #09EF20 Free Speech Green

📋 copy color: '#09EF20'

red 9 ◦ green 239 ◦ blue 32

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

Shades of Free Speech Green #09EF20

Tints of Free Speech Green #09EF20

RGB

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

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

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

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

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#09EF20 (or 0x09EF20) is known color: Free Speech Green. HEX triplet: 09, EF and 20. RGB value is (9,239,32). Sum of RGB (Red+Green+Blue) = 9+239+32=280 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.21% from 280); Green value is 239 (93.75% from 255 or 85.36% from 280); Blue value is 32 (12.89% from 255 or 11.43% from 280); Max value from RGB is 239 - color contains mainly: green. Hex color #09EF20 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #09EF20 is #F610DF. Grayscale: #939393. Windows color (decimal): -16126176 or 2158345. OLE color: 2158345.

HSL color Cylindrical-coordinate representation of color #09EF20: hue angle of 126º 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 #09EF20 is Cyan = 0.96, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.

Color convert

RGB 9 239 32 -
CMYK 0.96 0 0.87 0.06
HSL 126º 0.93% 0.49% -
HSV(B) 126º 0.96% 0.94% -
XYZ 31.24 61.9 11.67 -
YUV 146.63 63.3 29.83 -
System Red Green Blue C M Y K H S L
Decimal 9 239 32 0.96 0 0.87 0.06 126 0.93 0.49
Hex 9 EF 20 60 0 57 6 7E 5D 31
Octal 11 357 40 140 0 127 6 176 135 61
Binary 1001 11101111 100000 1100000 0 1010111 110 1111110 1011101 110001

Color Harmonies of #09EF20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09EF20

Black with #09EF20

Text Example


Text Example

White with #09EF20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09EF20; }

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

 H1.HeaderClassName
 {
   color: #09EF20;
 }
 .AnyTagClassName
 {
   color: #09EF20;
 }
</style>

background-color css

<style>
 a { background-color: #09EF20; }

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

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

border-color css

<style>
 span { border-color: #09EF20; }

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

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