#10FF0F

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

Shades of Free Speech Green #10FF0F

Tints of Free Speech Green #10FF0F

Color information

#10FF0F (or 0x10FF0F) is unknown color: approx Free Speech Green. HEX triplet: 10, FF and 0F. RGB value is (16,255,15). Sum of RGB (Red+Green+Blue) = 16+255+15=286 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.59% from 286); Green value is 255 (100% from 255 or 89.16% from 286); Blue value is 15 (6.25% from 255 or 5.24% from 286); Max value from RGB is 255 - color contains mainly: green. Hex color #10FF0F is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #10FF0F is #EF00F0. Grayscale: #9C9C9C. Windows color (decimal): -15663345 or 1048336. OLE color: 1048336.

HSL color Cylindrical-coordinate representation of color #10FF0F: hue angle of 119.75º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10FF0F is Cyan = 0.94, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.

Color convert

RGB1625515-
CMYK0.9400.940
HSL119.75º100%52.94%-
HSV(B)119.75º94.12%100%-
XYZ36.0671.6612.38-
YUV156.1848.3228.01-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.59%
GREEN value IS 255 (100% from 255) = 89.16%
BLUE value IS 15 (6.25% from 255) = 5.24%
R=5.59%
G=89.16%
B=5.24%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal16255150.9400.940119.7510052.94
Hex10FFF5E05E0786435
Octal20377171360136017014465
Binary10000111111111111101111001011110011110001100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10FF0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,255,15); }

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

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

 a { background-color: rgb(16,255,15); }

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

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

 span { border-color: rgb(16,255,15); }

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