#01DE0E

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

Shades of Free Speech Green #01DE0E

Tints of Free Speech Green #01DE0E

Color information

#01DE0E (or 0x01DE0E) is unknown color: approx Free Speech Green. HEX triplet: 01, DE and 0E. RGB value is (1,222,14). Sum of RGB (Red+Green+Blue) = 1+222+14=237 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 237); Green value is 222 (87.11% from 255 or 93.67% from 237); Blue value is 14 (5.86% from 255 or 5.91% from 237); Max value from RGB is 222 - color contains mainly: green. Hex color #01DE0E is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01DE0E is #FE21F1. Grayscale: #848484. Windows color (decimal): -16654834 or 974337. OLE color: 974337.

HSL color Cylindrical-coordinate representation of color #01DE0E: hue angle of 123.53º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01DE0E is Cyan = 1.00, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.13.

Color convert

RGB122214-
CMYK1.0000.940.13
HSL123.53º99.1%43.73%-
HSV(B)123.53º99.55%87.06%-
XYZ26.2152.289.13-
YUV132.2161.2834.41-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.42%
GREEN value IS 222 (87.11% from 255) = 93.67%
BLUE value IS 14 (5.86% from 255) = 5.91%
R=0.42%
G=93.67%
B=5.91%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1222141.0000.940.13123.5399.143.73
Hex1DEE6405ED7c632c
Octal13361614401361517414354
Binary1110111101110110010001011110110111111001100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01DE0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,222,14); }

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

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

 a { background-color: rgb(1,222,14); }

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

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

 span { border-color: rgb(1,222,14); }

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