Html Css Color HEX #09FF20 Free Speech Green

📋 copy color: '#09FF20'

red 9 ◦ green 255 ◦ blue 32

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

Shades of Free Speech Green #09FF20

Tints of Free Speech Green #09FF20

RGB

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

 GREEN value IS 255 (100% from 255) = 86.15%

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

R = 3.04%
G = 86.15%
B = 10.81%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.87

 K value IS 0

RGB Variations

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

Color information

#09FF20 (or 0x09FF20) is known color: Free Speech Green. HEX triplet: 09, FF and 20. RGB value is (9,255,32). Sum of RGB (Red+Green+Blue) = 9+255+32=296 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.04% from 296); Green value is 255 (100% from 255 or 86.15% from 296); Blue value is 32 (12.89% from 255 or 10.81% from 296); Max value from RGB is 255 - color contains mainly: green. Hex color #09FF20 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #09FF20 is #F600DF. Grayscale: #9C9C9C. Windows color (decimal): -16122080 or 2162441. OLE color: 2162441.

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

Color convert

RGB 9 255 32 -
CMYK 0.96 0 0.87 0
HSL 125.61º 1% 0.52% -
HSV(B) 125.61º 0.96% 1% -
XYZ 36.13 71.68 13.3 -
YUV 156.02 58 23.13 -
System Red Green Blue C M Y K H S L
Decimal 9 255 32 0.96 0 0.87 0 125.61 1 0.52
Hex 9 FF 20 60 0 57 0 7E 64 34
Octal 11 377 40 140 0 127 0 176 144 64
Binary 1001 11111111 100000 1100000 0 1010111 0 1111110 1100100 110100

Color Harmonies of #09FF20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09FF20

Black with #09FF20

Text Example


Text Example

White with #09FF20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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