#10FD25

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

Shades of Free Speech Green #10FD25

Tints of Free Speech Green #10FD25

Color information

#10FD25 (or 0x10FD25) is unknown color: approx Free Speech Green. HEX triplet: 10, FD and 25. RGB value is (16,253,37). Sum of RGB (Red+Green+Blue) = 16+253+37=306 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.23% from 306); Green value is 253 (99.22% from 255 or 82.68% from 306); Blue value is 37 (14.84% from 255 or 12.09% from 306); Max value from RGB is 253 - color contains mainly: green. Hex color #10FD25 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #10FD25 is #EF02DA. Grayscale: #9E9E9E. Windows color (decimal): -15663835 or 2489616. OLE color: 2489616.

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

Color convert

RGB1625337-
CMYK0.9400.850.01
HSL125.32º98.34%52.75%-
HSV(B)125.32º93.68%99.22%-
XYZ35.6770.4913.48-
YUV157.5159.9827.06-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.23%
GREEN value IS 253 (99.22% from 255) = 82.68%
BLUE value IS 37 (14.84% from 255) = 12.09%
R=5.23%
G=82.68%
B=12.09%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal16253370.9400.850.01125.3298.3452.75
Hex10FD255E05517d6235
Octal20375451360125117514265
Binary1000011111101100101101111001010101111111011100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10FD25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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