#07D10F

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

Shades of Free Speech Green #07D10F

Tints of Free Speech Green #07D10F

Color information

#07D10F (or 0x07D10F) is unknown color: approx Free Speech Green. HEX triplet: 07, D1 and 0F. RGB value is (7,209,15). Sum of RGB (Red+Green+Blue) = 7+209+15=231 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.03% from 231); Green value is 209 (82.03% from 255 or 90.48% from 231); Blue value is 15 (6.25% from 255 or 6.49% from 231); Max value from RGB is 209 - color contains mainly: green. Hex color #07D10F is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #07D10F is #F82EF0. Grayscale: #7F7F7F. Windows color (decimal): -16264945 or 1036551. OLE color: 1036551.

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

Color convert

RGB720915-
CMYK0.9700.930.18
HSL122.38º93.52%42.35%-
HSV(B)122.38º96.65%81.96%-
XYZ22.9745.688.06-
YUV126.4965.0842.77-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.03%
GREEN value IS 209 (82.03% from 255) = 90.48%
BLUE value IS 15 (6.25% from 255) = 6.49%
R=3.03%
G=90.48%
B=6.49%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal7209150.9700.930.18122.3893.5242.35
Hex7D1F6105D127a5e2a
Octal73211714101352217213652
Binary1111101000111111100001010111011001011110101011110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07D10F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,209,15); }

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

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

 a { background-color: rgb(7,209,15); }

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

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

 span { border-color: rgb(7,209,15); }

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