#0fff10

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

Shades of Free Speech Green #0FFF10

Tints of Free Speech Green #0FFF10

Color information

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

HSL color Cylindrical-coordinate representation of color #0FFF10: hue angle of 120.25º 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 #0FFF10 is Cyan = 0.94, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.

Color convert

RGB1525516-
CMYK0.9400.940
HSL120.25º100%52.94%-
HSV(B)120.25º94.12%100%-
XYZ36.0571.6612.42-
YUV155.9948.9927.43-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal15255160.9400.940120.2510052.94
HexFFF105E05E0786435
Octal17377201360136017014465
Binary11111111111110000101111001011110011110001100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0fff10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0fff10; }

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

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

<style>
 a { background-color: #0fff10; }

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

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

<style>
 span { border-color: #0fff10; }

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

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