#12E11B

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

Shades of Free Speech Green #12E11B

Tints of Free Speech Green #12E11B

Color information

#12E11B (or 0x12E11B) is unknown color: approx Free Speech Green. HEX triplet: 12, E1 and 1B. RGB value is (18,225,27). Sum of RGB (Red+Green+Blue) = 18+225+27=270 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.67% from 270); Green value is 225 (88.28% from 255 or 83.33% from 270); Blue value is 27 (10.94% from 255 or 10% from 270); Max value from RGB is 225 - color contains mainly: green. Hex color #12E11B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12E11B is #ED1EE4. Grayscale: #8D8D8D. Windows color (decimal): -15539941 or 1827090. OLE color: 1827090.

HSL color Cylindrical-coordinate representation of color #12E11B: hue angle of 122.61º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12E11B is Cyan = 0.92, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.12.

Color convert

RGB1822527-
CMYK0.9200.880.12
HSL122.61º85.19%47.65%-
HSV(B)122.61º92%88.24%-
XYZ27.3754.0610.03-
YUV140.5463.9240.6-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.67%
GREEN value IS 225 (88.28% from 255) = 83.33%
BLUE value IS 27 (10.94% from 255) = 10%
R=6.67%
G=83.33%
B=10%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal18225270.9200.880.12122.6185.1947.65
Hex12E11B5C058C7b5530
Octal223413313401301417312560
Binary100101110000111011101110001011000110011110111010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12E11B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,225,27); }

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

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

 a { background-color: rgb(18,225,27); }

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

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

 span { border-color: rgb(18,225,27); }

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