Html Css Color HEX #12E726 Free Speech Green

📋 copy color: '#12E726'

red 18 ◦ green 231 ◦ blue 38

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

Shades of Free Speech Green #12E726

Tints of Free Speech Green #12E726

RGB

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

 GREEN value IS 231 (90.63% from 255) = 80.49%

 BLUE value IS 38 (15.23% from 255) = 13.24%

R = 6.27%
G = 80.49%
B = 13.24%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.84

 K value IS 0.09

RGB Variations

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

Color information

#12E726 (or 0x12E726) is known color: Free Speech Green. HEX triplet: 12, E7 and 26. RGB value is (18,231,38). Sum of RGB (Red+Green+Blue) = 18+231+38=287 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.27% from 287); Green value is 231 (90.62% from 255 or 80.49% from 287); Blue value is 38 (15.23% from 255 or 13.24% from 287); Max value from RGB is 231 - color contains mainly: green. Hex color #12E726 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #12E726 is #ED18D9. Grayscale: #919191. Windows color (decimal): -15538394 or 2549522. OLE color: 2549522.

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

Color convert

RGB 18 231 38 -
CMYK 0.92 0 0.84 0.09
HSL 125.63º 0.86% 0.49% -
HSV(B) 125.63º 0.92% 0.91% -
XYZ 29.18 57.42 11.38 -
YUV 145.31 67.43 37.19 -
System Red Green Blue C M Y K H S L
Decimal 18 231 38 0.92 0 0.84 0.09 125.63 0.86 0.49
Hex 12 E7 26 5C 0 54 9 7E 56 31
Octal 22 347 46 134 0 124 11 176 126 61
Binary 10010 11100111 100110 1011100 0 1010100 1001 1111110 1010110 110001

Color Harmonies of #12E726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12E726

Black with #12E726

Text Example


Text Example

White with #12E726

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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