Html Css Color HEX #12E010 Free Speech Green

📋 copy color: '#12E010'

red 18 ◦ green 224 ◦ blue 16

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

Shades of Free Speech Green #12E010

Tints of Free Speech Green #12E010

RGB

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

 GREEN value IS 224 (87.89% from 255) = 86.82%

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

R = 6.98%
G = 86.82%
B = 6.2%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.93

 K value IS 0.12

RGB Variations

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

Color information

#12E010 (or 0x12E010) is known color: Free Speech Green. HEX triplet: 12, E0 and 10. RGB value is (18,224,16). Sum of RGB (Red+Green+Blue) = 18+224+16=258 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.98% from 258); Green value is 224 (87.89% from 255 or 86.82% from 258); Blue value is 16 (6.64% from 255 or 6.20% from 258); Max value from RGB is 224 - color contains mainly: green. Hex color #12E010 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12E010 is #ED1FEF. Grayscale: #8B8B8B. Windows color (decimal): -15540208 or 1105938. OLE color: 1105938.

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

Color convert

RGB 18 224 16 -
CMYK 0.92 0 0.93 0.12
HSL 119.42º 0.87% 0.47% -
HSV(B) 119.42º 0.93% 0.88% -
XYZ 27 53.48 9.39 -
YUV 138.69 58.75 41.91 -
System Red Green Blue C M Y K H S L
Decimal 18 224 16 0.92 0 0.93 0.12 119.42 0.87 0.47
Hex 12 E0 10 5C 0 5D C 77 57 2F
Octal 22 340 20 134 0 135 14 167 127 57
Binary 10010 11100000 10000 1011100 0 1011101 1100 1110111 1010111 101111

Color Harmonies of #12E010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12E010

Black with #12E010

Text Example


Text Example

White with #12E010

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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