#10f61f

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

Shades of Free Speech Green #10F61F

Tints of Free Speech Green #10F61F

Color information

#10F61F (or 0x10F61F) is unknown color: approx Free Speech Green. HEX triplet: 10, F6 and 1F. RGB value is (16,246,31). Sum of RGB (Red+Green+Blue) = 16+246+31=293 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.46% from 293); Green value is 246 (96.48% from 255 or 83.96% from 293); Blue value is 31 (12.5% from 255 or 10.58% from 293); Max value from RGB is 246 - color contains mainly: green. Hex color #10F61F is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #10F61F is #EF09E0. Grayscale: #999999. Windows color (decimal): -15665633 or 2094608. OLE color: 2094608.

HSL color Cylindrical-coordinate representation of color #10F61F: hue angle of 123.91º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10F61F is Cyan = 0.93, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.04.

Color convert

RGB1624631-
CMYK0.9300.870.04
HSL123.91º92.74%51.37%-
HSV(B)123.91º93.5%96.47%-
XYZ33.4266.1212.3-
YUV152.7259.330.48-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.46%
GREEN value IS 246 (96.48% from 255) = 83.96%
BLUE value IS 31 (12.5% from 255) = 10.58%
R=5.46%
G=83.96%
B=10.58%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal16246310.9300.870.04123.9192.7451.37
Hex10F61F5D05747c5d33
Octal20366371350127417413563
Binary10000111101101111110111010101011110011111001011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10f61f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10f61f; }

 p { color: rgb(16,246,31); }

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

<style>
 a { background-color: #10f61f; }

 a { background-color: rgb(16,246,31); }

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

<style>
 span { border-color: #10f61f; }

 span { border-color: rgb(16,246,31); }

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