#07EE1A

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

Shades of Free Speech Green #07EE1A

Tints of Free Speech Green #07EE1A

Color information

#07EE1A (or 0x07EE1A) is unknown color: approx Free Speech Green. HEX triplet: 07, EE and 1A. RGB value is (7,238,26). Sum of RGB (Red+Green+Blue) = 7+238+26=271 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.58% from 271); Green value is 238 (93.36% from 255 or 87.82% from 271); Blue value is 26 (10.55% from 255 or 9.59% from 271); Max value from RGB is 238 - color contains mainly: green. Hex color #07EE1A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #07EE1A is #F811E5. Grayscale: #919191. Windows color (decimal): -16257510 or 1764871. OLE color: 1764871.

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

Color convert

RGB723826-
CMYK0.9700.890.07
HSL124.94º94.29%48.04%-
HSV(B)124.94º97.06%93.33%-
XYZ30.8561.2711.18-
YUV144.7660.9729.74-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.58%
GREEN value IS 238 (93.36% from 255) = 87.82%
BLUE value IS 26 (10.55% from 255) = 9.59%
R=2.58%
G=87.82%
B=9.59%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal7238260.9700.890.07124.9494.2948.04
Hex7EE1A6105977d5e30
Octal7356321410131717513660
Binary111111011101101011000010101100111111111011011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07EE1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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