Html Css Color HEX #09F116 Free Speech Green

📋 copy color: '#09F116'

red 9 ◦ green 241 ◦ blue 22

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

Shades of Free Speech Green #09F116

Tints of Free Speech Green #09F116

RGB

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

 GREEN value IS 241 (94.53% from 255) = 88.6%

 BLUE value IS 22 (8.98% from 255) = 8.09%

R = 3.31%
G = 88.6%
B = 8.09%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#09F116 (or 0x09F116) is known color: Free Speech Green. HEX triplet: 09, F1 and 16. RGB value is (9,241,22). Sum of RGB (Red+Green+Blue) = 9+241+22=272 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.31% from 272); Green value is 241 (94.53% from 255 or 88.60% from 272); Blue value is 22 (8.98% from 255 or 8.09% from 272); Max value from RGB is 241 - color contains mainly: green. Hex color #09F116 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #09F116 is #F60EE9. Grayscale: #939393. Windows color (decimal): -16125674 or 1503497. OLE color: 1503497.

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

Color convert

RGB 9 241 22 -
CMYK 0.96 0 0.91 0.05
HSL 123.36º 0.93% 0.49% -
HSV(B) 123.36º 0.96% 0.95% -
XYZ 31.71 63.03 11.25 -
YUV 146.67 57.64 29.81 -
System Red Green Blue C M Y K H S L
Decimal 9 241 22 0.96 0 0.91 0.05 123.36 0.93 0.49
Hex 9 F1 16 60 0 5B 5 7B 5D 31
Octal 11 361 26 140 0 133 5 173 135 61
Binary 1001 11110001 10110 1100000 0 1011011 101 1111011 1011101 110001

Color Harmonies of #09F116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09F116

Black with #09F116

Text Example


Text Example

White with #09F116

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,241,22); }

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

background-color css

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

 a { background-color: rgb(9,241,22); }

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

border-color css

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

 span { border-color: rgb(9,241,22); }

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