#07EA11

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

Shades of Free Speech Green #07EA11

Tints of Free Speech Green #07EA11

Color information

#07EA11 (or 0x07EA11) is unknown color: approx Free Speech Green. HEX triplet: 07, EA and 11. RGB value is (7,234,17). Sum of RGB (Red+Green+Blue) = 7+234+17=258 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.71% from 258); Green value is 234 (91.80% from 255 or 90.70% from 258); Blue value is 17 (7.03% from 255 or 6.59% from 258); Max value from RGB is 234 - color contains mainly: green. Hex color #07EA11 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #07EA11 is #F815EE. Grayscale: #8E8E8E. Windows color (decimal): -16258543 or 1174023. OLE color: 1174023.

HSL color Cylindrical-coordinate representation of color #07EA11: hue angle of 122.64º 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 #07EA11 is Cyan = 0.97, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.08.

Color convert

RGB723417-
CMYK0.9700.930.08
HSL122.64º94.19%47.25%-
HSV(B)122.64º97.01%91.76%-
XYZ29.6158.9310.34-
YUV141.3957.7932.14-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.71%
GREEN value IS 234 (91.80% from 255) = 90.70%
BLUE value IS 17 (7.03% from 255) = 6.59%
R=2.71%
G=90.70%
B=6.59%

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
Decimal7234170.9700.930.08122.6494.1947.25
Hex7EA116105D87b5e2f
Octal73522114101351017313657
Binary1111110101010001110000101011101100011110111011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07EA11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,234,17); }

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

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

 a { background-color: rgb(7,234,17); }

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

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

 span { border-color: rgb(7,234,17); }

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