#07EA0C

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

Shades of Free Speech Green #07EA0C

Tints of Free Speech Green #07EA0C

Color information

#07EA0C (or 0x07EA0C) is unknown color: approx Free Speech Green. HEX triplet: 07, EA and 0C. RGB value is (7,234,12). Sum of RGB (Red+Green+Blue) = 7+234+12=253 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.77% from 253); Green value is 234 (91.80% from 255 or 92.49% from 253); Blue value is 12 (5.08% from 255 or 4.74% from 253); Max value from RGB is 234 - color contains mainly: green. Hex color #07EA0C is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #07EA0C is #F815F3. Grayscale: #8D8D8D. Windows color (decimal): -16258548 or 846343. OLE color: 846343.

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

Color convert

RGB723412-
CMYK0.9700.950.08
HSL121.32º94.19%47.25%-
HSV(B)121.32º97.01%91.76%-
XYZ29.5858.9210.16-
YUV140.8255.2932.55-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.77%
GREEN value IS 234 (91.80% from 255) = 92.49%
BLUE value IS 12 (5.08% from 255) = 4.74%
R=2.77%
G=92.49%
B=4.74%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal7234120.9700.950.08121.3294.1947.25
Hex7EAC6105F8795e2f
Octal73521414101371017113657
Binary111111010101100110000101011111100011110011011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07EA0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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