Html Css Color HEX #01DC00 Free Speech Green

📋 copy color: '#01DC00'

red 1 ◦ green 220 ◦ blue 0

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

Shades of Free Speech Green #01DC00

Tints of Free Speech Green #01DC00

RGB

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

 GREEN value IS 220 (86.33% from 255) = 99.55%

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

R = 0.45%
G = 99.55%
B = 0%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 1

 K value IS 0.14

RGB Variations

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

Color information

#01DC00 (or 0x01DC00) is known color: Free Speech Green. HEX triplet: 01, DC and 00. RGB value is (1,220,0). Sum of RGB (Red+Green+Blue) = 1+220+0=221 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 221); Green value is 220 (86.33% from 255 or 99.55% from 221); Blue value is 0 (0.39% from 255 or 0% from 221); Max value from RGB is 220 - color contains mainly: green. Hex color #01DC00 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01DC00 is #FE23FF. Grayscale: #828282. Windows color (decimal): -16655360 or 56321. OLE color: 56321.

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

Color convert

RGB 1 220 0 -
CMYK 1.00 0 1 0.14
HSL 119.73º 1% 0.43% -
HSV(B) 119.73º 1% 0.86% -
XYZ 25.61 51.19 8.53 -
YUV 129.44 54.95 36.39 -
System Red Green Blue C M Y K H S L
Decimal 1 220 0 1.00 0 1 0.14 119.73 1 0.43
Hex 1 DC 0 64 0 64 E 78 64 2B
Octal 1 334 0 144 0 144 16 170 144 53
Binary 1 11011100 0 1100100 0 1100100 1110 1111000 1100100 101011

Color Harmonies of #01DC00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01DC00

Black with #01DC00

Text Example


Text Example

White with #01DC00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,220,0); }

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

background-color css

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

 a { background-color: rgb(1,220,0); }

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

border-color css

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

 span { border-color: rgb(1,220,0); }

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