#10EF25

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

Shades of Free Speech Green #10EF25

Tints of Free Speech Green #10EF25

Color information

#10EF25 (or 0x10EF25) is unknown color: approx Free Speech Green. HEX triplet: 10, EF and 25. RGB value is (16,239,37). Sum of RGB (Red+Green+Blue) = 16+239+37=292 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.48% from 292); Green value is 239 (93.75% from 255 or 81.85% from 292); Blue value is 37 (14.84% from 255 or 12.67% from 292); Max value from RGB is 239 - color contains mainly: green. Hex color #10EF25 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #10EF25 is #EF10DA. Grayscale: #959595. Windows color (decimal): -15667419 or 2486032. OLE color: 2486032.

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

Color convert

RGB1623937-
CMYK0.9300.850.06
HSL125.65º87.45%50%-
HSV(B)125.65º93.31%93.73%-
XYZ31.4161.9812.06-
YUV149.2964.6232.93-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.48%
GREEN value IS 239 (93.75% from 255) = 81.85%
BLUE value IS 37 (14.84% from 255) = 12.67%
R=5.48%
G=81.85%
B=12.67%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal16239370.9300.850.06125.6587.4550
Hex10EF255D05567e5732
Octal20357451350125617612762
Binary100001110111110010110111010101010111011111101010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10EF25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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