#12E70C

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

Shades of Free Speech Green #12E70C

Tints of Free Speech Green #12E70C

Color information

#12E70C (or 0x12E70C) is unknown color: approx Free Speech Green. HEX triplet: 12, E7 and 0C. RGB value is (18,231,12). Sum of RGB (Red+Green+Blue) = 18+231+12=261 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.90% from 261); Green value is 231 (90.62% from 255 or 88.51% from 261); Blue value is 12 (5.08% from 255 or 4.60% from 261); Max value from RGB is 231 - color contains mainly: green. Hex color #12E70C is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #12E70C is #ED18F3. Grayscale: #8F8F8F. Windows color (decimal): -15538420 or 845586. OLE color: 845586.

HSL color Cylindrical-coordinate representation of color #12E70C: hue angle of 118.36º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #12E70C is Cyan = 0.92, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.09.

Color convert

RGB1823112-
CMYK0.9200.950.09
HSL118.36º90.12%47.65%-
HSV(B)118.36º94.81%90.59%-
XYZ28.8957.319.89-
YUV142.3554.4339.31-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.90%
GREEN value IS 231 (90.62% from 255) = 88.51%
BLUE value IS 12 (5.08% from 255) = 4.60%
R=6.90%
G=88.51%
B=4.60%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal18231120.9200.950.09118.3690.1247.65
Hex12E7C5C05F9765a30
Octal223471413401371116613260
Binary10010111001111100101110001011111100111101101011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12E70C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,231,12); }

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

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

 a { background-color: rgb(18,231,12); }

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

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

 span { border-color: rgb(18,231,12); }

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