Html Css Color HEX #12E200 Free Speech Green

📋 copy color: '#12E200'

red 18 ◦ green 226 ◦ blue 0

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

Shades of Free Speech Green #12E200

Tints of Free Speech Green #12E200

RGB

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

 GREEN value IS 226 (88.67% from 255) = 92.62%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 7.38%
G = 92.62%
B = 0%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 1

 K value IS 0.11

RGB Variations

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

Color information

#12E200 (or 0x12E200) is known color: Free Speech Green. HEX triplet: 12, E2 and 00. RGB value is (18,226,0). Sum of RGB (Red+Green+Blue) = 18+226+0=244 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.38% from 244); Green value is 226 (88.67% from 255 or 92.62% from 244); Blue value is 0 (0.39% from 255 or 0% from 244); Max value from RGB is 226 - color contains mainly: green. Hex color #12E200 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12E200 is #ED1DFF. Grayscale: #8A8A8A. Windows color (decimal): -15539712 or 57874. OLE color: 57874.

HSL color Cylindrical-coordinate representation of color #12E200: hue angle of 115.22º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #12E200 is Cyan = 0.92, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.11.

Color convert

RGB 18 226 0 -
CMYK 0.92 0 1 0.11
HSL 115.22º 1% 0.44% -
HSV(B) 115.22º 1% 0.89% -
XYZ 27.45 54.52 9.08 -
YUV 138.04 50.09 42.38 -
System Red Green Blue C M Y K H S L
Decimal 18 226 0 0.92 0 1 0.11 115.22 1 0.44
Hex 12 E2 0 5C 0 64 B 73 64 2C
Octal 22 342 0 134 0 144 13 163 144 54
Binary 10010 11100010 0 1011100 0 1100100 1011 1110011 1100100 101100

Color Harmonies of #12E200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12E200

Black with #12E200

Text Example


Text Example

White with #12E200

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,226,0); }

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

background-color css

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

 a { background-color: rgb(18,226,0); }

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

border-color css

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

 span { border-color: rgb(18,226,0); }

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