#01EC1C

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

Shades of Free Speech Green #01EC1C

Tints of Free Speech Green #01EC1C

Color information

#01EC1C (or 0x01EC1C) is unknown color: approx Free Speech Green. HEX triplet: 01, EC and 1C. RGB value is (1,236,28). Sum of RGB (Red+Green+Blue) = 1+236+28=265 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 265); Green value is 236 (92.58% from 255 or 89.06% from 265); Blue value is 28 (11.33% from 255 or 10.57% from 265); Max value from RGB is 236 - color contains mainly: green. Hex color #01EC1C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #01EC1C is #FE13E3. Grayscale: #8E8E8E. Windows color (decimal): -16651236 or 1895425. OLE color: 1895425.

HSL color Cylindrical-coordinate representation of color #01EC1C: hue angle of 126.89º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01EC1C is Cyan = 1.00, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.07.

Color convert

RGB123628-
CMYK1.0000.880.07
HSL126.89º99.16%46.47%-
HSV(B)126.89º99.58%92.55%-
XYZ30.2260.0811.1-
YUV142.0263.6427.41-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.38%
GREEN value IS 236 (92.58% from 255) = 89.06%
BLUE value IS 28 (11.33% from 255) = 10.57%
R=0.38%
G=89.06%
B=10.57%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1236281.0000.880.07126.8999.1646.47
Hex1EC1C6405877f632e
Octal1354341440130717714356
Binary1111011001110011001000101100011111111111100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01EC1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,236,28); }

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

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

 a { background-color: rgb(1,236,28); }

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

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

 span { border-color: rgb(1,236,28); }

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