#10EF10

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

Shades of Free Speech Green #10EF10

Tints of Free Speech Green #10EF10

Color information

#10EF10 (or 0x10EF10) is unknown color: approx Free Speech Green. HEX triplet: 10, EF and 10. RGB value is (16,239,16). Sum of RGB (Red+Green+Blue) = 16+239+16=271 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.90% from 271); Green value is 239 (93.75% from 255 or 88.19% from 271); Blue value is 16 (6.64% from 255 or 5.90% from 271); Max value from RGB is 239 - color contains mainly: green. Hex color #10EF10 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #10EF10 is #EF10EF. Grayscale: #939393. Windows color (decimal): -15667440 or 1109776. OLE color: 1109776.

HSL color Cylindrical-coordinate representation of color #10EF10: hue angle of 120º degrees, saturation: 0.87, 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 #10EF10 is Cyan = 0.93, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.06.

Color convert

RGB1623916-
CMYK0.9300.930.06
HSL120º87.45%50%-
HSV(B)120º93.31%93.73%-
XYZ31.1761.8810.79-
YUV146.954.1234.63-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.90%
GREEN value IS 239 (93.75% from 255) = 88.19%
BLUE value IS 16 (6.64% from 255) = 5.90%
R=5.90%
G=88.19%
B=5.90%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal16239160.9300.930.0612087.4550
Hex10EF105D05D6785732
Octal20357201350135617012762
Binary10000111011111000010111010101110111011110001010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10EF10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,239,16); }

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

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

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

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

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

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

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