#12EB26

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

Shades of Free Speech Green #12EB26

Tints of Free Speech Green #12EB26

Color information

#12EB26 (or 0x12EB26) is unknown color: approx Free Speech Green. HEX triplet: 12, EB and 26. RGB value is (18,235,38). Sum of RGB (Red+Green+Blue) = 18+235+38=291 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.19% from 291); Green value is 235 (92.19% from 255 or 80.76% from 291); Blue value is 38 (15.23% from 255 or 13.06% from 291); Max value from RGB is 235 - color contains mainly: green. Hex color #12EB26 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #12EB26 is #ED14D9. Grayscale: #949494. Windows color (decimal): -15537370 or 2550546. OLE color: 2550546.

HSL color Cylindrical-coordinate representation of color #12EB26: hue angle of 125.53º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12EB26 is Cyan = 0.92, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.08.

Color convert

RGB1823538-
CMYK0.9200.840.08
HSL125.53º85.77%49.61%-
HSV(B)125.53º92.34%92.16%-
XYZ30.3159.6911.76-
YUV147.6666.1135.52-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.19%
GREEN value IS 235 (92.19% from 255) = 80.76%
BLUE value IS 38 (15.23% from 255) = 13.06%
R=6.19%
G=80.76%
B=13.06%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal18235380.9200.840.08125.5385.7749.61
Hex12EB265C05487e5632
Octal223534613401241017612662
Binary1001011101011100110101110001010100100011111101010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12EB26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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