#12E4A2

Color #12E4A2 Medium Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Spring Green #12E4A2

Tints of Medium Spring Green #12E4A2

Color information

#12E4A2 (or 0x12E4A2) is unknown color: approx Medium Spring Green. HEX triplet: 12, E4 and A2. RGB value is (18,228,162). Sum of RGB (Red+Green+Blue) = 18+228+162=408 (54% of max value = 765). Red value is 18 (7.42% from 255 or 4.41% from 408); Green value is 228 (89.45% from 255 or 55.88% from 408); Blue value is 162 (63.67% from 255 or 39.71% from 408); Max value from RGB is 228 - color contains mainly: green. Hex color #12E4A2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12E4A2 is #ED1B5D. Grayscale: #9D9D9D. Windows color (decimal): -15539038 or 10675218. OLE color: 10675218.

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

Color convert

RGB18228162-
CMYK0.9200.290.11
HSL161.14º85.37%48.24%-
HSV(B)161.14º92.11%89.41%-
XYZ34.5158.2243.6-
YUV157.69130.4328.37-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.41%
GREEN value IS 228 (89.45% from 255) = 55.88%
BLUE value IS 162 (63.67% from 255) = 39.71%
R=4.41%
G=55.88%
B=39.71%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal182281620.9200.290.11161.1485.3748.24
Hex12E4A25C01DBa15530
Octal223442421340351324112560
Binary10010111001001010001010111000111011011101000011010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12E4A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,228,162); }

 H1.HeaderClassName
 {
   color: #12E4A2;
 }
 .AnyTagClassName
 {
   color: #12E4A2;
 }
</style>
background-color css

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

 a { background-color: rgb(18,228,162); }

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

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

 span { border-color: rgb(18,228,162); }

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