Html Css Color HEX #09EB20 Free Speech Green

📋 copy color: '#09EB20'

red 9 ◦ green 235 ◦ blue 32

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

Shades of Free Speech Green #09EB20

Tints of Free Speech Green #09EB20

RGB

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

 GREEN value IS 235 (92.19% from 255) = 85.14%

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

R = 3.26%
G = 85.14%
B = 11.59%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#09EB20 (or 0x09EB20) is known color: Free Speech Green. HEX triplet: 09, EB and 20. RGB value is (9,235,32). Sum of RGB (Red+Green+Blue) = 9+235+32=276 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.26% from 276); Green value is 235 (92.19% from 255 or 85.14% from 276); Blue value is 32 (12.89% from 255 or 11.59% from 276); Max value from RGB is 235 - color contains mainly: green. Hex color #09EB20 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #09EB20 is #F614DF. Grayscale: #909090. Windows color (decimal): -16127200 or 2157321. OLE color: 2157321.

HSL color Cylindrical-coordinate representation of color #09EB20: hue angle of 126.11º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09EB20 is Cyan = 0.96, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.08.

Color convert

RGB 9 235 32 -
CMYK 0.96 0 0.86 0.08
HSL 126.11º 0.93% 0.48% -
HSV(B) 126.11º 0.96% 0.92% -
XYZ 30.08 59.58 11.28 -
YUV 144.28 64.63 31.51 -
System Red Green Blue C M Y K H S L
Decimal 9 235 32 0.96 0 0.86 0.08 126.11 0.93 0.48
Hex 9 EB 20 60 0 56 8 7E 5D 30
Octal 11 353 40 140 0 126 10 176 135 60
Binary 1001 11101011 100000 1100000 0 1010110 1000 1111110 1011101 110000

Color Harmonies of #09EB20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09EB20

Black with #09EB20

Text Example


Text Example

White with #09EB20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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