Html Css Color HEX #01DC13 Free Speech Green

📋 copy color: '#01DC13'

red 1 ◦ green 220 ◦ blue 19

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

Shades of Free Speech Green #01DC13

Tints of Free Speech Green #01DC13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.92%

R = 0.42%
G = 91.67%
B = 7.92%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#01DC13 (or 0x01DC13) is known color: Free Speech Green. HEX triplet: 01, DC and 13. RGB value is (1,220,19). Sum of RGB (Red+Green+Blue) = 1+220+19=240 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 240); Green value is 220 (86.33% from 255 or 91.67% from 240); Blue value is 19 (7.81% from 255 or 7.92% from 240); Max value from RGB is 220 - color contains mainly: green. Hex color #01DC13 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01DC13 is #FE23EC. Grayscale: #848484. Windows color (decimal): -16655341 or 1301505. OLE color: 1301505.

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

Color convert

RGB 1 220 19 -
CMYK 1.00 0 0.91 0.14
HSL 124.93º 0.99% 0.43% -
HSV(B) 124.93º 1% 0.86% -
XYZ 25.72 51.24 9.15 -
YUV 131.61 64.45 34.84 -
System Red Green Blue C M Y K H S L
Decimal 1 220 19 1.00 0 0.91 0.14 124.93 0.99 0.43
Hex 1 DC 13 64 0 5B E 7D 63 2B
Octal 1 334 23 144 0 133 16 175 143 53
Binary 1 11011100 10011 1100100 0 1011011 1110 1111101 1100011 101011

Color Harmonies of #01DC13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01DC13

Black with #01DC13

Text Example


Text Example

White with #01DC13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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