#07EA0D

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

Shades of Free Speech Green #07EA0D

Tints of Free Speech Green #07EA0D

Color information

#07EA0D (or 0x07EA0D) is unknown color: approx Free Speech Green. HEX triplet: 07, EA and 0D. RGB value is (7,234,13). Sum of RGB (Red+Green+Blue) = 7+234+13=254 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.76% from 254); Green value is 234 (91.80% from 255 or 92.13% from 254); Blue value is 13 (5.47% from 255 or 5.12% from 254); Max value from RGB is 234 - color contains mainly: green. Hex color #07EA0D is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #07EA0D is #F815F2. Grayscale: #8D8D8D. Windows color (decimal): -16258547 or 911879. OLE color: 911879.

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

Color convert

RGB723413-
CMYK0.9700.940.08
HSL121.59º94.19%47.25%-
HSV(B)121.59º97.01%91.76%-
XYZ29.5858.9210.19-
YUV140.9355.7932.47-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.76%
GREEN value IS 234 (91.80% from 255) = 92.13%
BLUE value IS 13 (5.47% from 255) = 5.12%
R=2.76%
G=92.13%
B=5.12%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal7234130.9700.940.08121.5994.1947.25
Hex7EAD6105E87a5e2f
Octal73521514101361017213657
Binary111111010101101110000101011110100011110101011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07EA0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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