#01DA04

Color #01DA04 Free Speech Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Green #01DA04

Tints of Free Speech Green #01DA04

Color information

#01DA04 (or 0x01DA04) is unknown color: approx Free Speech Green. HEX triplet: 01, DA and 04. RGB value is (1,218,4). Sum of RGB (Red+Green+Blue) = 1+218+4=223 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 223); Green value is 218 (85.55% from 255 or 97.76% from 223); Blue value is 4 (1.95% from 255 or 1.79% from 223); Max value from RGB is 218 - color contains mainly: green. Hex color #01DA04 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01DA04 is #FE25FB. Grayscale: #818181. Windows color (decimal): -16655868 or 317953. OLE color: 317953.

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

Color convert

RGB12184-
CMYK1.0000.980.15
HSL120.83º99.09%42.94%-
HSV(B)120.83º99.54%85.49%-
XYZ25.1150.168.47-
YUV128.7257.6136.9-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.45%
GREEN value IS 218 (85.55% from 255) = 97.76%
BLUE value IS 4 (1.95% from 255) = 1.79%
R=0.45%
G=97.76%
B=1.79%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal121841.0000.980.15120.8399.0942.94
Hex1DA464062F79632b
Octal1332414401421717114353
Binary111011010100110010001100010111111110011100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01DA04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,218,4); }

 H1.HeaderClassName
 {
   color: #01DA04;
 }
 .AnyTagClassName
 {
   color: #01DA04;
 }
</style>
background-color css

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

 a { background-color: rgb(1,218,4); }

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

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

 span { border-color: rgb(1,218,4); }

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