#12F2AC

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

Shades of Medium Spring Green #12F2AC

Tints of Medium Spring Green #12F2AC

Color information

#12F2AC (or 0x12F2AC) is unknown color: approx Medium Spring Green. HEX triplet: 12, F2 and AC. RGB value is (18,242,172). Sum of RGB (Red+Green+Blue) = 18+242+172=432 (57% of max value = 765). Red value is 18 (7.42% from 255 or 4.17% from 432); Green value is 242 (94.92% from 255 or 56.02% from 432); Blue value is 172 (67.58% from 255 or 39.81% from 432); Max value from RGB is 242 - color contains mainly: green. Hex color #12F2AC is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #12F2AC is #ED0D53. Grayscale: #A7A7A7. Windows color (decimal): -15535444 or 11334162. OLE color: 11334162.

HSL color Cylindrical-coordinate representation of color #12F2AC: hue angle of 161.25º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12F2AC is Cyan = 0.93, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB18242172-
CMYK0.9300.290.05
HSL161.25º89.6%50.98%-
HSV(B)161.25º92.56%94.9%-
XYZ39.4566.6149.81-
YUV167.04130.7921.69-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.17%
GREEN value IS 242 (94.92% from 255) = 56.02%
BLUE value IS 172 (67.58% from 255) = 39.81%
R=4.17%
G=56.02%
B=39.81%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal182421720.9300.290.05161.2589.650.98
Hex12F2AC5D01D5a15a33
Octal22362254135035524113263
Binary1001011110010101011001011101011101101101000011011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12F2AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,242,172); }

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

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

 a { background-color: rgb(18,242,172); }

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

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

 span { border-color: rgb(18,242,172); }

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