#10F020

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

Shades of Free Speech Green #10F020

Tints of Free Speech Green #10F020

Color information

#10F020 (or 0x10F020) is unknown color: approx Free Speech Green. HEX triplet: 10, F0 and 20. RGB value is (16,240,32). Sum of RGB (Red+Green+Blue) = 16+240+32=288 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.56% from 288); Green value is 240 (94.14% from 255 or 83.33% from 288); Blue value is 32 (12.89% from 255 or 11.11% from 288); Max value from RGB is 240 - color contains mainly: green. Hex color #10F020 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #10F020 is #EF0FDF. Grayscale: #959595. Windows color (decimal): -15667168 or 2158608. OLE color: 2158608.

HSL color Cylindrical-coordinate representation of color #10F020: hue angle of 124.29º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10F020 is Cyan = 0.93, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.

Color convert

RGB1624032-
CMYK0.9300.870.06
HSL124.29º88.19%50.2%-
HSV(B)124.29º93.33%94.12%-
XYZ31.6362.5311.77-
YUV149.3161.7932.91-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.56%
GREEN value IS 240 (94.14% from 255) = 83.33%
BLUE value IS 32 (12.89% from 255) = 11.11%
R=5.56%
G=83.33%
B=11.11%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal16240320.9300.870.06124.2988.1950.2
Hex10F0205D05767c5832
Octal20360401350127617413062
Binary100001111000010000010111010101011111011111001011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10F020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,240,32); }

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

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

 a { background-color: rgb(16,240,32); }

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

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

 span { border-color: rgb(16,240,32); }

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