#00F911

Color #00F911 Free Speech Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Green #00F911

Tints of Free Speech Green #00F911

Color information

#00F911 (or 0x00F911) is unknown color: approx Free Speech Green. HEX triplet: 00, F9 and 11. RGB value is (0,249,17). Sum of RGB (Red+Green+Blue) = 0+249+17=266 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 266); Green value is 249 (97.66% from 255 or 93.61% from 266); Blue value is 17 (7.03% from 255 or 6.39% from 266); Max value from RGB is 249 - color contains mainly: green. Hex color #00F911 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #00F911 is #FF06EE. Grayscale: #949494. Windows color (decimal): -16713455 or 1177856. OLE color: 1177856.

HSL color Cylindrical-coordinate representation of color #00F911: hue angle of 124.1º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00F911 is Cyan = 1, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.02.

Color convert

RGB024917-
CMYK100.930.02
HSL124.1º100%48.82%-
HSV(B)124.1º100%97.65%-
XYZ33.9867.7911.82-
YUV148.154.0122.36-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 249 (97.66% from 255) = 93.61%
BLUE value IS 17 (7.03% from 255) = 6.39%
R=0%
G=93.61%
B=6.39%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal024917100.930.02124.110048.82
Hex0F9116405D27c6431
Octal0371211440135217414461
Binary011111001100011100100010111011011111001100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00F911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00F911; }

 p { color: rgb(0,249,17); }

 H1.HeaderClassName
 {
   color: #00F911;
 }
 .AnyTagClassName
 {
   color: #00F911;
 }
</style>
background-color css

<style>
 a { background-color: #00F911; }

 a { background-color: rgb(0,249,17); }

 div.DivClassName
 {
   background-color: #00F911;
 }
 .BgClassName
 {
   background-color: #00F911;
 }
</style>
border-color css

<style>
 span { border-color: #00F911; }

 span { border-color: rgb(0,249,17); }

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