#12DA10

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

Shades of Free Speech Green #12DA10

Tints of Free Speech Green #12DA10

Color information

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

HSL color Cylindrical-coordinate representation of color #12DA10: hue angle of 119.41º 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 #12DA10 is Cyan = 0.92, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.15.

Color convert

RGB1821816-
CMYK0.9200.930.15
HSL119.41º86.32%45.88%-
HSV(B)119.41º92.66%85.49%-
XYZ25.4150.318.86-
YUV135.1760.7444.43-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal18218160.9200.930.15119.4186.3245.88
Hex12DA105C05DF77562e
Octal223322013401351716712656
Binary100101101101010000101110001011101111111101111010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12DA10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12DA10; }

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

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

<style>
 a { background-color: #12DA10; }

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

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

<style>
 span { border-color: #12DA10; }

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

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