#12E80B

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

Shades of Free Speech Green #12E80B

Tints of Free Speech Green #12E80B

Color information

#12E80B (or 0x12E80B) is unknown color: approx Free Speech Green. HEX triplet: 12, E8 and 0B. RGB value is (18,232,11). Sum of RGB (Red+Green+Blue) = 18+232+11=261 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.90% from 261); Green value is 232 (91.02% from 255 or 88.89% from 261); Blue value is 11 (4.69% from 255 or 4.21% from 261); Max value from RGB is 232 - color contains mainly: green. Hex color #12E80B is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #12E80B is #ED17F4. Grayscale: #8F8F8F. Windows color (decimal): -15538165 or 780306. OLE color: 780306.

HSL color Cylindrical-coordinate representation of color #12E80B: hue angle of 118.1º degrees, saturation: 0.91, 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 #12E80B is Cyan = 0.92, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.09.

Color convert

RGB1823211-
CMYK0.9200.950.09
HSL118.1º90.95%47.65%-
HSV(B)118.1º95.26%90.98%-
XYZ29.1757.879.95-
YUV142.8253.638.97-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.90%
GREEN value IS 232 (91.02% from 255) = 88.89%
BLUE value IS 11 (4.69% from 255) = 4.21%
R=6.90%
G=88.89%
B=4.21%

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
Decimal18232110.9200.950.09118.190.9547.65
Hex12E8B5C05F9765b30
Octal223501313401371116613360
Binary10010111010001011101110001011111100111101101011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12E80B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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