#00E514

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

Shades of Free Speech Green #00E514

Tints of Free Speech Green #00E514

Color information

#00E514 (or 0x00E514) is unknown color: approx Free Speech Green. HEX triplet: 00, E5 and 14. RGB value is (0,229,20). Sum of RGB (Red+Green+Blue) = 0+229+20=249 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 249); Green value is 229 (89.84% from 255 or 91.97% from 249); Blue value is 20 (8.20% from 255 or 8.03% from 249); Max value from RGB is 229 - color contains mainly: green. Hex color #00E514 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #00E514 is #FF1AEB. Grayscale: #898989. Windows color (decimal): -16718572 or 1369344. OLE color: 1369344.

HSL color Cylindrical-coordinate representation of color #00E514: hue angle of 125.24º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00E514 is Cyan = 1, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.10.

Color convert

RGB022920-
CMYK100.910.10
HSL125.24º100%44.9%-
HSV(B)125.24º100%89.8%-
XYZ28.1556.0910-
YUV136.762.1330.49-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 229 (89.84% from 255) = 91.97%
BLUE value IS 20 (8.20% from 255) = 8.03%
R=0%
G=91.97%
B=8.03%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal022920100.910.10125.2410044.9
Hex0E5146405BA7d642d
Octal03452414401331217514455
Binary01110010110100110010001011011101011111011100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00E514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00E514; }

 p { color: rgb(0,229,20); }

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

<style>
 a { background-color: #00E514; }

 a { background-color: rgb(0,229,20); }

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

<style>
 span { border-color: #00E514; }

 span { border-color: rgb(0,229,20); }

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