#07EE14

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

Shades of Free Speech Green #07EE14

Tints of Free Speech Green #07EE14

Color information

#07EE14 (or 0x07EE14) is unknown color: approx Free Speech Green. HEX triplet: 07, EE and 14. RGB value is (7,238,20). Sum of RGB (Red+Green+Blue) = 7+238+20=265 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.64% from 265); Green value is 238 (93.36% from 255 or 89.81% from 265); Blue value is 20 (8.20% from 255 or 7.55% from 265); Max value from RGB is 238 - color contains mainly: green. Hex color #07EE14 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #07EE14 is #F811EB. Grayscale: #909090. Windows color (decimal): -16257516 or 1371655. OLE color: 1371655.

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

Color convert

RGB723820-
CMYK0.9700.920.07
HSL123.38º94.29%48.04%-
HSV(B)123.38º97.06%93.33%-
XYZ30.7961.2410.86-
YUV144.0857.9730.23-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.64%
GREEN value IS 238 (93.36% from 255) = 89.81%
BLUE value IS 20 (8.20% from 255) = 7.55%
R=2.64%
G=89.81%
B=7.55%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal7238200.9700.920.07123.3894.2948.04
Hex7EE146105C77b5e30
Octal7356241410134717313660
Binary111111011101010011000010101110011111110111011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07EE14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,238,20); }

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

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

 a { background-color: rgb(7,238,20); }

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

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

 span { border-color: rgb(7,238,20); }

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