#07F818

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

Shades of Free Speech Green #07F818

Tints of Free Speech Green #07F818

Color information

#07F818 (or 0x07F818) is unknown color: approx Free Speech Green. HEX triplet: 07, F8 and 18. RGB value is (7,248,24). Sum of RGB (Red+Green+Blue) = 7+248+24=279 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.51% from 279); Green value is 248 (97.27% from 255 or 88.89% from 279); Blue value is 24 (9.77% from 255 or 8.60% from 279); Max value from RGB is 248 - color contains mainly: green. Hex color #07F818 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #07F818 is #F807E7. Grayscale: #979797. Windows color (decimal): -16254952 or 1636359. OLE color: 1636359.

HSL color Cylindrical-coordinate representation of color #07F818: hue angle of 124.23º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07F818 is Cyan = 0.97, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.03.

Color convert

RGB724824-
CMYK0.9700.900.03
HSL124.23º94.51%50%-
HSV(B)124.23º97.18%97.25%-
XYZ33.8267.2512.06-
YUV150.456.6625.71-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.51%
GREEN value IS 248 (97.27% from 255) = 88.89%
BLUE value IS 24 (9.77% from 255) = 8.60%
R=2.51%
G=88.89%
B=8.60%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal7248240.9700.900.03124.2394.5150
Hex7F8186105A37c5f32
Octal7370301410132317413762
Binary11111111000110001100001010110101111111001011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07F818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,248,24); }

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

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

 a { background-color: rgb(7,248,24); }

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

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

 span { border-color: rgb(7,248,24); }

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