#12D80C

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

Shades of Free Speech Green #12D80C

Tints of Free Speech Green #12D80C

Color information

#12D80C (or 0x12D80C) is unknown color: approx Free Speech Green. HEX triplet: 12, D8 and 0C. RGB value is (18,216,12). Sum of RGB (Red+Green+Blue) = 18+216+12=246 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.32% from 246); Green value is 216 (84.77% from 255 or 87.80% from 246); Blue value is 12 (5.08% from 255 or 4.88% from 246); Max value from RGB is 216 - color contains mainly: green. Hex color #12D80C is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12D80C is #ED27F3. Grayscale: #868686. Windows color (decimal): -15542260 or 841746. OLE color: 841746.

HSL color Cylindrical-coordinate representation of color #12D80C: hue angle of 118.24º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #12D80C is Cyan = 0.92, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB1821612-
CMYK0.9200.940.15
HSL118.24º89.47%44.71%-
HSV(B)118.24º94.44%84.71%-
XYZ24.8749.278.55-
YUV133.5459.445.59-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.32%
GREEN value IS 216 (84.77% from 255) = 87.80%
BLUE value IS 12 (5.08% from 255) = 4.88%
R=7.32%
G=87.80%
B=4.88%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal18216120.9200.940.15118.2489.4744.71
Hex12D8C5C05EF76592d
Octal223301413401361716613155
Binary10010110110001100101110001011110111111101101011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12D80C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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