#08E503

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

Shades of Free Speech Green #08E503

Tints of Free Speech Green #08E503

Color information

#08E503 (or 0x08E503) is unknown color: approx Free Speech Green. HEX triplet: 08, E5 and 03. RGB value is (8,229,3). Sum of RGB (Red+Green+Blue) = 8+229+3=240 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.33% from 240); Green value is 229 (89.84% from 255 or 95.42% from 240); Blue value is 3 (1.56% from 255 or 1.25% from 240); Max value from RGB is 229 - color contains mainly: green. Hex color #08E503 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #08E503 is #F71AFC. Grayscale: #898989. Windows color (decimal): -16194301 or 255240. OLE color: 255240.

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

Color convert

RGB82293-
CMYK0.9700.990.10
HSL118.67º97.41%45.49%-
HSV(B)118.67º98.69%89.8%-
XYZ28.1456.19.43-
YUV137.1652.2835.88-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.33%
GREEN value IS 229 (89.84% from 255) = 95.42%
BLUE value IS 3 (1.56% from 255) = 1.25%
R=3.33%
G=95.42%
B=1.25%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal822930.9700.990.10118.6797.4145.49
Hex8E5361063A77612d
Octal10345314101431216714155
Binary10001110010111110000101100011101011101111100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08E503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08E503; }

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

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

<style>
 a { background-color: #08E503; }

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

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

<style>
 span { border-color: #08E503; }

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

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