#10DA12

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

Shades of Free Speech Green #10DA12

Tints of Free Speech Green #10DA12

Color information

#10DA12 (or 0x10DA12) is unknown color: approx Free Speech Green. HEX triplet: 10, DA and 12. RGB value is (16,218,18). Sum of RGB (Red+Green+Blue) = 16+218+18=252 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.35% from 252); Green value is 218 (85.55% from 255 or 86.51% from 252); Blue value is 18 (7.42% from 255 or 7.14% from 252); Max value from RGB is 218 - color contains mainly: green. Hex color #10DA12 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10DA12 is #EF25ED. Grayscale: #878787. Windows color (decimal): -15672814 or 1235472. OLE color: 1235472.

HSL color Cylindrical-coordinate representation of color #10DA12: hue angle of 120.59º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10DA12 is Cyan = 0.93, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.15.

Color convert

RGB1621818-
CMYK0.9300.920.15
HSL120.59º86.32%45.88%-
HSV(B)120.59º92.66%85.49%-
XYZ25.3950.38.94-
YUV134.862.0843.26-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.35%
GREEN value IS 218 (85.55% from 255) = 86.51%
BLUE value IS 18 (7.42% from 255) = 7.14%
R=6.35%
G=86.51%
B=7.14%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal16218180.9300.920.15120.5986.3245.88
Hex10DA125D05CF79562e
Octal203322213501341717112656
Binary100001101101010010101110101011100111111110011010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10DA12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,218,18); }

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

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

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

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

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

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

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