#12E71F

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

Shades of Free Speech Green #12E71F

Tints of Free Speech Green #12E71F

Color information

#12E71F (or 0x12E71F) is unknown color: approx Free Speech Green. HEX triplet: 12, E7 and 1F. RGB value is (18,231,31). Sum of RGB (Red+Green+Blue) = 18+231+31=280 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.43% from 280); Green value is 231 (90.62% from 255 or 82.5% from 280); Blue value is 31 (12.5% from 255 or 11.07% from 280); Max value from RGB is 231 - color contains mainly: green. Hex color #12E71F is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #12E71F is #ED18E0. Grayscale: #919191. Windows color (decimal): -15538401 or 2090770. OLE color: 2090770.

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

Color convert

RGB1823131-
CMYK0.9200.870.09
HSL123.66º85.54%48.82%-
HSV(B)123.66º92.21%90.59%-
XYZ29.0757.3810.84-
YUV144.5163.9337.76-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.43%
GREEN value IS 231 (90.62% from 255) = 82.5%
BLUE value IS 31 (12.5% from 255) = 11.07%
R=6.43%
G=82.5%
B=11.07%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal18231310.9200.870.09123.6685.5448.82
Hex12E71F5C05797c5631
Octal223473713401271117412661
Binary100101110011111111101110001010111100111111001010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12E71F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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