#10DF13

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

Shades of Free Speech Green #10DF13

Tints of Free Speech Green #10DF13

Color information

#10DF13 (or 0x10DF13) is unknown color: approx Free Speech Green. HEX triplet: 10, DF and 13. RGB value is (16,223,19). Sum of RGB (Red+Green+Blue) = 16+223+19=258 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.20% from 258); Green value is 223 (87.5% from 255 or 86.43% from 258); Blue value is 19 (7.81% from 255 or 7.36% from 258); Max value from RGB is 223 - color contains mainly: green. Hex color #10DF13 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10DF13 is #EF20EC. Grayscale: #8A8A8A. Windows color (decimal): -15671533 or 1302288. OLE color: 1302288.

HSL color Cylindrical-coordinate representation of color #10DF13: hue angle of 120.87º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10DF13 is Cyan = 0.93, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB1622319-
CMYK0.9300.910.13
HSL120.87º86.61%46.86%-
HSV(B)120.87º92.83%87.45%-
XYZ26.7252.939.42-
YUV137.8560.9241.09-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.20%
GREEN value IS 223 (87.5% from 255) = 86.43%
BLUE value IS 19 (7.81% from 255) = 7.36%
R=6.20%
G=86.43%
B=7.36%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal16223190.9300.910.13120.8786.6146.86
Hex10DF135D05BD79572f
Octal203372313501331517112757
Binary100001101111110011101110101011011110111110011010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10DF13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,223,19); }

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

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

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

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

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

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

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