Html Css Color HEX #01ED0B Free Speech Green

📋 copy color: '#01ED0B'

red 1 ◦ green 237 ◦ blue 11

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

Shades of Free Speech Green #01ED0B

Tints of Free Speech Green #01ED0B

RGB

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

 GREEN value IS 237 (92.97% from 255) = 95.18%

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

R = 0.4%
G = 95.18%
B = 4.42%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#01ED0B (or 0x01ED0B) is known color: Free Speech Green. HEX triplet: 01, ED and 0B. RGB value is (1,237,11). Sum of RGB (Red+Green+Blue) = 1+237+11=249 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 249); Green value is 237 (92.97% from 255 or 95.18% from 249); Blue value is 11 (4.69% from 255 or 4.42% from 249); Max value from RGB is 237 - color contains mainly: green. Hex color #01ED0B is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #01ED0B is #FE12F4. Grayscale: #8D8D8D. Windows color (decimal): -16650997 or 781569. OLE color: 781569.

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

Color convert

RGB 1 237 11 -
CMYK 1.00 0 0.95 0.07
HSL 122.54º 0.99% 0.47% -
HSV(B) 122.54º 1% 0.93% -
XYZ 30.36 60.6 10.41 -
YUV 140.67 54.81 28.38 -
System Red Green Blue C M Y K H S L
Decimal 1 237 11 1.00 0 0.95 0.07 122.54 0.99 0.47
Hex 1 ED B 64 0 5F 7 7B 63 2F
Octal 1 355 13 144 0 137 7 173 143 57
Binary 1 11101101 1011 1100100 0 1011111 111 1111011 1100011 101111

Color Harmonies of #01ED0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01ED0B

Black with #01ED0B

Text Example


Text Example

White with #01ED0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,237,11); }

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

background-color css

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

 a { background-color: rgb(1,237,11); }

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

border-color css

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

 span { border-color: rgb(1,237,11); }

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