#07EB10

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

Shades of Free Speech Green #07EB10

Tints of Free Speech Green #07EB10

Color information

#07EB10 (or 0x07EB10) is unknown color: approx Free Speech Green. HEX triplet: 07, EB and 10. RGB value is (7,235,16). Sum of RGB (Red+Green+Blue) = 7+235+16=258 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.71% from 258); Green value is 235 (92.19% from 255 or 91.09% from 258); Blue value is 16 (6.64% from 255 or 6.20% from 258); Max value from RGB is 235 - color contains mainly: green. Hex color #07EB10 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #07EB10 is #F814EF. Grayscale: #8E8E8E. Windows color (decimal): -16258288 or 1108743. OLE color: 1108743.

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

Color convert

RGB723516-
CMYK0.9700.930.08
HSL122.37º94.21%47.45%-
HSV(B)122.37º97.02%92.16%-
XYZ29.8959.510.4-
YUV141.8656.9631.81-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.71%
GREEN value IS 235 (92.19% from 255) = 91.09%
BLUE value IS 16 (6.64% from 255) = 6.20%
R=2.71%
G=91.09%
B=6.20%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal7235160.9700.930.08122.3794.2147.45
Hex7EB106105D87a5e2f
Octal73532014101351017213657
Binary1111110101110000110000101011101100011110101011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07EB10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07EB10; }

 p { color: rgb(7,235,16); }

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

<style>
 a { background-color: #07EB10; }

 a { background-color: rgb(7,235,16); }

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

<style>
 span { border-color: #07EB10; }

 span { border-color: rgb(7,235,16); }

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