Html Css Color HEX #01DC1A Free Speech Green

📋 copy color: '#01DC1A'

red 1 ◦ green 220 ◦ blue 26

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

Shades of Free Speech Green #01DC1A

Tints of Free Speech Green #01DC1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.53%

R = 0.4%
G = 89.07%
B = 10.53%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#01DC1A (or 0x01DC1A) is known color: Free Speech Green. HEX triplet: 01, DC and 1A. RGB value is (1,220,26). Sum of RGB (Red+Green+Blue) = 1+220+26=247 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 247); Green value is 220 (86.33% from 255 or 89.07% from 247); Blue value is 26 (10.55% from 255 or 10.53% from 247); Max value from RGB is 220 - color contains mainly: green. Hex color #01DC1A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01DC1A is #FE23E5. Grayscale: #848484. Windows color (decimal): -16655334 or 1760257. OLE color: 1760257.

HSL color Cylindrical-coordinate representation of color #01DC1A: hue angle of 126.85º 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 #01DC1A is Cyan = 1.00, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.14.

Color convert

RGB 1 220 26 -
CMYK 1.00 0 0.88 0.14
HSL 126.85º 0.99% 0.43% -
HSV(B) 126.85º 1% 0.86% -
XYZ 25.79 51.27 9.51 -
YUV 132.4 67.95 34.27 -
System Red Green Blue C M Y K H S L
Decimal 1 220 26 1.00 0 0.88 0.14 126.85 0.99 0.43
Hex 1 DC 1A 64 0 58 E 7F 63 2B
Octal 1 334 32 144 0 130 16 177 143 53
Binary 1 11011100 11010 1100100 0 1011000 1110 1111111 1100011 101011

Color Harmonies of #01DC1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01DC1A

Black with #01DC1A

Text Example


Text Example

White with #01DC1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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