#12E626

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

Shades of Free Speech Green #12E626

Tints of Free Speech Green #12E626

Color information

#12E626 (or 0x12E626) is unknown color: approx Free Speech Green. HEX triplet: 12, E6 and 26. RGB value is (18,230,38). Sum of RGB (Red+Green+Blue) = 18+230+38=286 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.29% from 286); Green value is 230 (90.23% from 255 or 80.42% from 286); Blue value is 38 (15.23% from 255 or 13.29% from 286); Max value from RGB is 230 - color contains mainly: green. Hex color #12E626 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #12E626 is #ED19D9. Grayscale: #919191. Windows color (decimal): -15538650 or 2549266. OLE color: 2549266.

HSL color Cylindrical-coordinate representation of color #12E626: hue angle of 125.66º 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 #12E626 is Cyan = 0.92, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.10.

Color convert

RGB1823038-
CMYK0.9200.830.10
HSL125.66º85.48%48.63%-
HSV(B)125.66º92.17%90.2%-
XYZ28.956.8611.29-
YUV144.7267.7637.61-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.29%
GREEN value IS 230 (90.23% from 255) = 80.42%
BLUE value IS 38 (15.23% from 255) = 13.29%
R=6.29%
G=80.42%
B=13.29%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal18230380.9200.830.10125.6685.4848.63
Hex12E6265C053A7e5531
Octal223464613401231217612561
Binary1001011100110100110101110001010011101011111101010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12E626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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