Html Css Color HEX #09FC20 Free Speech Green

📋 copy color: '#09FC20'

red 9 ◦ green 252 ◦ blue 32

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

Shades of Free Speech Green #09FC20

Tints of Free Speech Green #09FC20

RGB

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

 GREEN value IS 252 (98.83% from 255) = 86.01%

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

R = 3.07%
G = 86.01%
B = 10.92%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#09FC20 (or 0x09FC20) is known color: Free Speech Green. HEX triplet: 09, FC and 20. RGB value is (9,252,32). Sum of RGB (Red+Green+Blue) = 9+252+32=293 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.07% from 293); Green value is 252 (98.83% from 255 or 86.01% from 293); Blue value is 32 (12.89% from 255 or 10.92% from 293); Max value from RGB is 252 - color contains mainly: green. Hex color #09FC20 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #09FC20 is #F603DF. Grayscale: #9A9A9A. Windows color (decimal): -16122848 or 2161673. OLE color: 2161673.

HSL color Cylindrical-coordinate representation of color #09FC20: hue angle of 125.68º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09FC20 is Cyan = 0.96, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.01.

Color convert

RGB 9 252 32 -
CMYK 0.96 0 0.87 0.01
HSL 125.68º 0.98% 0.51% -
HSV(B) 125.68º 0.96% 0.99% -
XYZ 35.18 69.78 12.98 -
YUV 154.26 58.99 24.39 -
System Red Green Blue C M Y K H S L
Decimal 9 252 32 0.96 0 0.87 0.01 125.68 0.98 0.51
Hex 9 FC 20 60 0 57 1 7E 62 33
Octal 11 374 40 140 0 127 1 176 142 63
Binary 1001 11111100 100000 1100000 0 1010111 1 1111110 1100010 110011

Color Harmonies of #09FC20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09FC20

Black with #09FC20

Text Example


Text Example

White with #09FC20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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