Html Css Color HEX #09F50B Free Speech Green

📋 copy color: '#09F50B'

red 9 ◦ green 245 ◦ blue 11

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

Shades of Free Speech Green #09F50B

Tints of Free Speech Green #09F50B

RGB

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

 GREEN value IS 245 (96.09% from 255) = 92.45%

 BLUE value IS 11 (4.69% from 255) = 4.15%

R = 3.4%
G = 92.45%
B = 4.15%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.96

 K value IS 0.04

RGB Variations

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

Color information

#09F50B (or 0x09F50B) is known color: Free Speech Green. HEX triplet: 09, F5 and 0B. RGB value is (9,245,11). Sum of RGB (Red+Green+Blue) = 9+245+11=265 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.40% from 265); Green value is 245 (96.09% from 255 or 92.45% from 265); Blue value is 11 (4.69% from 255 or 4.15% from 265); Max value from RGB is 245 - color contains mainly: green. Hex color #09F50B is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #09F50B is #F60AF4. Grayscale: #949494. Windows color (decimal): -16124661 or 783625. OLE color: 783625.

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

Color convert

RGB 9 245 11 -
CMYK 0.96 0 0.96 0.04
HSL 120.51º 0.93% 0.5% -
HSV(B) 120.51º 0.96% 0.96% -
XYZ 32.83 65.39 11.21 -
YUV 147.76 50.81 29.03 -
System Red Green Blue C M Y K H S L
Decimal 9 245 11 0.96 0 0.96 0.04 120.51 0.93 0.5
Hex 9 F5 B 60 0 60 4 79 5D 32
Octal 11 365 13 140 0 140 4 171 135 62
Binary 1001 11110101 1011 1100000 0 1100000 100 1111001 1011101 110010

Color Harmonies of #09F50B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09F50B

Black with #09F50B

Text Example


Text Example

White with #09F50B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,245,11); }

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

background-color css

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

 a { background-color: rgb(9,245,11); }

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

border-color css

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

 span { border-color: rgb(9,245,11); }

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