#00e508

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

Shades of Free Speech Green #00E508

Tints of Free Speech Green #00E508

Color information

#00E508 (or 0x00E508) is unknown color: approx Free Speech Green. HEX triplet: 00, E5 and 08. RGB value is (0,229,8). Sum of RGB (Red+Green+Blue) = 0+229+8=237 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 237); Green value is 229 (89.84% from 255 or 96.62% from 237); Blue value is 8 (3.52% from 255 or 3.38% from 237); Max value from RGB is 229 - color contains mainly: green. Hex color #00E508 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #00E508 is #FF1AF7. Grayscale: #878787. Windows color (decimal): -16718584 or 582912. OLE color: 582912.

HSL color Cylindrical-coordinate representation of color #00E508: hue angle of 122.1º 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 #00E508 is Cyan = 1, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.10.

Color convert

RGB02298-
CMYK100.970.10
HSL122.1º100%44.9%-
HSV(B)122.1º100%89.8%-
XYZ28.0656.069.57-
YUV135.3456.1331.47-

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) = 96.62%
BLUE value IS 8 (3.52% from 255) = 3.38%
R=0%
G=96.62%
B=3.38%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal02298100.970.10122.110044.9
Hex0E5864061A7a642d
Octal03451014401411217214455
Binary0111001011000110010001100001101011110101100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00e508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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