Html Css Color HEX #12E728 Free Speech Green

📋 copy color: '#12E728'

red 18 ◦ green 231 ◦ blue 40

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

Shades of Free Speech Green #12E728

Tints of Free Speech Green #12E728

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.84%

R = 6.23%
G = 79.93%
B = 13.84%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.83

 K value IS 0.09

RGB Variations

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

Color information

#12E728 (or 0x12E728) is known color: Free Speech Green. HEX triplet: 12, E7 and 28. RGB value is (18,231,40). Sum of RGB (Red+Green+Blue) = 18+231+40=289 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.23% from 289); Green value is 231 (90.62% from 255 or 79.93% from 289); Blue value is 40 (16.02% from 255 or 13.84% from 289); Max value from RGB is 231 - color contains mainly: green. Hex color #12E728 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #12E728 is #ED18D7. Grayscale: #929292. Windows color (decimal): -15538392 or 2680594. OLE color: 2680594.

HSL color Cylindrical-coordinate representation of color #12E728: hue angle of 126.2º 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 #12E728 is Cyan = 0.92, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.09.

Color convert

RGB 18 231 40 -
CMYK 0.92 0 0.83 0.09
HSL 126.2º 0.86% 0.49% -
HSV(B) 126.2º 0.92% 0.91% -
XYZ 29.21 57.43 11.55 -
YUV 145.54 68.43 37.03 -
System Red Green Blue C M Y K H S L
Decimal 18 231 40 0.92 0 0.83 0.09 126.2 0.86 0.49
Hex 12 E7 28 5C 0 53 9 7E 56 31
Octal 22 347 50 134 0 123 11 176 126 61
Binary 10010 11100111 101000 1011100 0 1010011 1001 1111110 1010110 110001

Color Harmonies of #12E728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12E728

Black with #12E728

Text Example


Text Example

White with #12E728

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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