Html Css Color HEX #01FF0E Free Speech Green

📋 copy color: '#01FF0E'

red 1 ◦ green 255 ◦ blue 14

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

Shades of Free Speech Green #01FF0E

Tints of Free Speech Green #01FF0E

RGB

 RED value IS 1 (0.78% from 255) = 0.37%

 GREEN value IS 255 (100% from 255) = 94.44%

 BLUE value IS 14 (5.86% from 255) = 5.19%

R = 0.37%
G = 94.44%
B = 5.19%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#01FF0E (or 0x01FF0E) is known color: Free Speech Green. HEX triplet: 01, FF and 0E. RGB value is (1,255,14). Sum of RGB (Red+Green+Blue) = 1+255+14=270 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 270); Green value is 255 (100% from 255 or 94.44% from 270); Blue value is 14 (5.86% from 255 or 5.19% from 270); Max value from RGB is 255 - color contains mainly: green. Hex color #01FF0E is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #01FF0E is #FE00F1. Grayscale: #989898. Windows color (decimal): -16646386 or 982785. OLE color: 982785.

HSL color Cylindrical-coordinate representation of color #01FF0E: hue angle of 123.07º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01FF0E is Cyan = 1.00, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.

Color convert

RGB 1 255 14 -
CMYK 1.00 0 0.95 0
HSL 123.07º 1% 0.5% -
HSV(B) 123.07º 1% 1% -
XYZ 35.85 71.56 12.34 -
YUV 151.58 50.35 20.6 -
System Red Green Blue C M Y K H S L
Decimal 1 255 14 1.00 0 0.95 0 123.07 1 0.5
Hex 1 FF E 64 0 5F 0 7B 64 32
Octal 1 377 16 144 0 137 0 173 144 62
Binary 1 11111111 1110 1100100 0 1011111 0 1111011 1100100 110010

Color Harmonies of #01FF0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01FF0E

Black with #01FF0E

Text Example


Text Example

White with #01FF0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01FF0E; }

 p { color: rgb(1,255,14); }

 H1.HeaderClassName
 {
   color: #01FF0E;
 }
 .AnyTagClassName
 {
   color: #01FF0E;
 }
</style>

background-color css

<style>
 a { background-color: #01FF0E; }

 a { background-color: rgb(1,255,14); }

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

border-color css

<style>
 span { border-color: #01FF0E; }

 span { border-color: rgb(1,255,14); }

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