#12E80C

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

Shades of Free Speech Green #12E80C

Tints of Free Speech Green #12E80C

Color information

#12E80C (or 0x12E80C) is unknown color: approx Free Speech Green. HEX triplet: 12, E8 and 0C. RGB value is (18,232,12). Sum of RGB (Red+Green+Blue) = 18+232+12=262 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.87% from 262); Green value is 232 (91.02% from 255 or 88.55% from 262); Blue value is 12 (5.08% from 255 or 4.58% from 262); Max value from RGB is 232 - color contains mainly: green. Hex color #12E80C is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #12E80C is #ED17F3. Grayscale: #8F8F8F. Windows color (decimal): -15538164 or 845842. OLE color: 845842.

HSL color Cylindrical-coordinate representation of color #12E80C: 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 #12E80C is Cyan = 0.92, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.09.

Color convert

RGB1823212-
CMYK0.9200.950.09
HSL118.36º90.16%47.84%-
HSV(B)118.36º94.83%90.98%-
XYZ29.1757.879.98-
YUV142.9354.138.89-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.87%
GREEN value IS 232 (91.02% from 255) = 88.55%
BLUE value IS 12 (5.08% from 255) = 4.58%
R=6.87%
G=88.55%
B=4.58%

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
Decimal18232120.9200.950.09118.3690.1647.84
Hex12E8C5C05F9765a30
Octal223501413401371116613260
Binary10010111010001100101110001011111100111101101011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12E80C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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