Html Css Color HEX #09F020 Free Speech Green

📋 copy color: '#09F020'

red 9 ◦ green 240 ◦ blue 32

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

Shades of Free Speech Green #09F020

Tints of Free Speech Green #09F020

RGB

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

 GREEN value IS 240 (94.14% from 255) = 85.41%

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

R = 3.2%
G = 85.41%
B = 11.39%

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

#09F020 (or 0x09F020) is known color: Free Speech Green. HEX triplet: 09, F0 and 20. RGB value is (9,240,32). Sum of RGB (Red+Green+Blue) = 9+240+32=281 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.20% from 281); Green value is 240 (94.14% from 255 or 85.41% from 281); Blue value is 32 (12.89% from 255 or 11.39% from 281); Max value from RGB is 240 - color contains mainly: green. Hex color #09F020 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #09F020 is #F60FDF. Grayscale: #939393. Windows color (decimal): -16125920 or 2158601. OLE color: 2158601.

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

Color convert

RGB 9 240 32 -
CMYK 0.96 0 0.87 0.06
HSL 125.97º 0.93% 0.49% -
HSV(B) 125.97º 0.96% 0.94% -
XYZ 31.53 62.48 11.76 -
YUV 147.22 62.97 29.41 -
System Red Green Blue C M Y K H S L
Decimal 9 240 32 0.96 0 0.87 0.06 125.97 0.93 0.49
Hex 9 F0 20 60 0 57 6 7E 5D 31
Octal 11 360 40 140 0 127 6 176 135 61
Binary 1001 11110000 100000 1100000 0 1010111 110 1111110 1011101 110001

Color Harmonies of #09F020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09F020

Black with #09F020

Text Example


Text Example

White with #09F020

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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