Html Css Color HEX #12EC10 Free Speech Green

📋 copy color: '#12EC10'

red 18 ◦ green 236 ◦ blue 16

#12EC10
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Green #12EC10

Tints of Free Speech Green #12EC10

RGB

 RED value IS 18 (7.42% from 255) = 6.67%

 GREEN value IS 236 (92.58% from 255) = 87.41%

 BLUE value IS 16 (6.64% from 255) = 5.93%

R = 6.67%
G = 87.41%
B = 5.93%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#12EC10 (or 0x12EC10) is known color: Free Speech Green. HEX triplet: 12, EC and 10. RGB value is (18,236,16). Sum of RGB (Red+Green+Blue) = 18+236+16=270 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.67% from 270); Green value is 236 (92.58% from 255 or 87.41% from 270); Blue value is 16 (6.64% from 255 or 5.93% from 270); Max value from RGB is 236 - color contains mainly: green. Hex color #12EC10 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #12EC10 is #ED13EF. Grayscale: #929292. Windows color (decimal): -15537136 or 1109010. OLE color: 1109010.

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

Color convert

RGB 18 236 16 -
CMYK 0.92 0 0.93 0.07
HSL 119.45º 0.87% 0.49% -
HSV(B) 119.45º 0.93% 0.93% -
XYZ 30.34 60.16 10.5 -
YUV 145.74 54.78 36.89 -
System Red Green Blue C M Y K H S L
Decimal 18 236 16 0.92 0 0.93 0.07 119.45 0.87 0.49
Hex 12 EC 10 5C 0 5D 7 77 57 31
Octal 22 354 20 134 0 135 7 167 127 61
Binary 10010 11101100 10000 1011100 0 1011101 111 1110111 1010111 110001

Color Harmonies of #12EC10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12EC10

Black with #12EC10

Text Example


Text Example

White with #12EC10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,236,16); }

 H1.HeaderClassName
 {
   color: #12EC10;
 }
 .AnyTagClassName
 {
   color: #12EC10;
 }
</style>

background-color css

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

 a { background-color: rgb(18,236,16); }

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

border-color css

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

 span { border-color: rgb(18,236,16); }

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