Html Css Color HEX #00F111 Free Speech Green

📋 copy color: '#00F111'

red 0 ◦ green 241 ◦ blue 17

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

Shades of Free Speech Green #00F111

Tints of Free Speech Green #00F111

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 17 (7.03% from 255) = 6.59%

R = 0%
G = 93.41%
B = 6.59%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#00F111 (or 0x00F111) is known color: Free Speech Green. HEX triplet: 00, F1 and 11. RGB value is (0,241,17). Sum of RGB (Red+Green+Blue) = 0+241+17=258 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 258); Green value is 241 (94.53% from 255 or 93.41% from 258); Blue value is 17 (7.03% from 255 or 6.59% from 258); Max value from RGB is 241 - color contains mainly: green. Hex color #00F111 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #00F111 is #FF0EEE. Grayscale: #909090. Windows color (decimal): -16715503 or 1175808. OLE color: 1175808.

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

Color convert

RGB 0 241 17 -
CMYK 1 0 0.93 0.05
HSL 124.23º 1% 0.47% -
HSV(B) 124.23º 1% 0.95% -
XYZ 31.56 62.95 11.02 -
YUV 143.41 56.66 25.71 -
System Red Green Blue C M Y K H S L
Decimal 0 241 17 1 0 0.93 0.05 124.23 1 0.47
Hex 0 F1 11 64 0 5D 5 7C 64 2F
Octal 0 361 21 144 0 135 5 174 144 57
Binary 0 11110001 10001 1100100 0 1011101 101 1111100 1100100 101111

Color Harmonies of #00F111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00F111

Black with #00F111

Text Example


Text Example

White with #00F111

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #00F111;
 }
 .AnyTagClassName
 {
   color: #00F111;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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