Html Css Color HEX #12ED10 Free Speech Green

📋 copy color: '#12ED10'

red 18 ◦ green 237 ◦ blue 16

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

Shades of Free Speech Green #12ED10

Tints of Free Speech Green #12ED10

RGB

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

 GREEN value IS 237 (92.97% from 255) = 87.45%

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

R = 6.64%
G = 87.45%
B = 5.9%

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

#12ED10 (or 0x12ED10) is known color: Free Speech Green. HEX triplet: 12, ED and 10. RGB value is (18,237,16). Sum of RGB (Red+Green+Blue) = 18+237+16=271 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.64% from 271); Green value is 237 (92.97% from 255 or 87.45% from 271); Blue value is 16 (6.64% from 255 or 5.90% from 271); Max value from RGB is 237 - color contains mainly: green. Hex color #12ED10 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #12ED10 is #ED12EF. Grayscale: #929292. Windows color (decimal): -15536880 or 1109266. OLE color: 1109266.

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

Color convert

RGB 18 237 16 -
CMYK 0.92 0 0.93 0.07
HSL 119.46º 0.87% 0.5% -
HSV(B) 119.46º 0.93% 0.93% -
XYZ 30.63 60.73 10.6 -
YUV 146.33 54.45 36.47 -
System Red Green Blue C M Y K H S L
Decimal 18 237 16 0.92 0 0.93 0.07 119.46 0.87 0.5
Hex 12 ED 10 5C 0 5D 7 77 57 32
Octal 22 355 20 134 0 135 7 167 127 62
Binary 10010 11101101 10000 1011100 0 1011101 111 1110111 1010111 110010

Color Harmonies of #12ED10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12ED10

Black with #12ED10

Text Example


Text Example

White with #12ED10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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