#07EB26

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

Shades of Free Speech Green #07EB26

Tints of Free Speech Green #07EB26

Color information

#07EB26 (or 0x07EB26) is unknown color: approx Free Speech Green. HEX triplet: 07, EB and 26. RGB value is (7,235,38). Sum of RGB (Red+Green+Blue) = 7+235+38=280 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.5% from 280); Green value is 235 (92.19% from 255 or 83.93% from 280); Blue value is 38 (15.23% from 255 or 13.57% from 280); Max value from RGB is 235 - color contains mainly: green. Hex color #07EB26 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #07EB26 is #F814D9. Grayscale: #909090. Windows color (decimal): -16258266 or 2550535. OLE color: 2550535.

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

Color convert

RGB723538-
CMYK0.9700.840.08
HSL128.16º94.21%47.45%-
HSV(B)128.16º97.02%92.16%-
XYZ30.1559.611.75-
YUV144.3767.9630.02-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.5%
GREEN value IS 235 (92.19% from 255) = 83.93%
BLUE value IS 38 (15.23% from 255) = 13.57%
R=2.5%
G=83.93%
B=13.57%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal7235380.9700.840.08128.1694.2147.45
Hex7EB26610548805e2f
Octal73534614101241020013657
Binary111111010111001101100001010101001000100000001011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07EB26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,235,38); }

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

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

 a { background-color: rgb(7,235,38); }

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

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

 span { border-color: rgb(7,235,38); }

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