#12E617

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

Shades of Free Speech Green #12E617

Tints of Free Speech Green #12E617

Color information

#12E617 (or 0x12E617) is unknown color: approx Free Speech Green. HEX triplet: 12, E6 and 17. RGB value is (18,230,23). Sum of RGB (Red+Green+Blue) = 18+230+23=271 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.64% from 271); Green value is 230 (90.23% from 255 or 84.87% from 271); Blue value is 23 (9.38% from 255 or 8.49% from 271); Max value from RGB is 230 - color contains mainly: green. Hex color #12E617 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #12E617 is #ED19E8. Grayscale: #8F8F8F. Windows color (decimal): -15538665 or 1566226. OLE color: 1566226.

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

Color convert

RGB1823023-
CMYK0.9200.90.10
HSL121.42º85.48%48.63%-
HSV(B)121.42º92.17%90.2%-
XYZ28.756.7810.26-
YUV143.0160.2638.83-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.64%
GREEN value IS 230 (90.23% from 255) = 84.87%
BLUE value IS 23 (9.38% from 255) = 8.49%
R=6.64%
G=84.87%
B=8.49%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.9
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal18230230.9200.90.10121.4285.4848.63
Hex12E6175C05AA795531
Octal223462713401321217112561
Binary100101110011010111101110001011010101011110011010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12E617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,230,23); }

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

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

 a { background-color: rgb(18,230,23); }

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

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

 span { border-color: rgb(18,230,23); }

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