#08EB2A

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

Shades of Free Speech Green #08EB2A

Tints of Free Speech Green #08EB2A

Color information

#08EB2A (or 0x08EB2A) is unknown color: approx Free Speech Green. HEX triplet: 08, EB and 2A. RGB value is (8,235,42). Sum of RGB (Red+Green+Blue) = 8+235+42=285 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.81% from 285); Green value is 235 (92.19% from 255 or 82.46% from 285); Blue value is 42 (16.80% from 255 or 14.74% from 285); Max value from RGB is 235 - color contains mainly: green. Hex color #08EB2A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #08EB2A is #F714D5. Grayscale: #919191. Windows color (decimal): -16192726 or 2812680. OLE color: 2812680.

HSL color Cylindrical-coordinate representation of color #08EB2A: hue angle of 128.99º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08EB2A is Cyan = 0.97, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.08.

Color convert

RGB823542-
CMYK0.9700.820.08
HSL128.99º93.42%47.65%-
HSV(B)128.99º96.6%92.16%-
XYZ30.2359.6412.11-
YUV145.1269.7930.19-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.81%
GREEN value IS 235 (92.19% from 255) = 82.46%
BLUE value IS 42 (16.80% from 255) = 14.74%
R=2.81%
G=82.46%
B=14.74%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal8235420.9700.820.08128.9993.4247.65
Hex8EB2A610528815d30
Octal103535214101221020113560
Binary1000111010111010101100001010100101000100000011011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08EB2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,235,42); }

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

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

 a { background-color: rgb(8,235,42); }

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

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

 span { border-color: rgb(8,235,42); }

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