#12FDA2

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

Shades of Medium Spring Green #12FDA2

Tints of Medium Spring Green #12FDA2

Color information

#12FDA2 (or 0x12FDA2) is unknown color: approx Medium Spring Green. HEX triplet: 12, FD and A2. RGB value is (18,253,162). Sum of RGB (Red+Green+Blue) = 18+253+162=433 (57% of max value = 765). Red value is 18 (7.42% from 255 or 4.16% from 433); Green value is 253 (99.22% from 255 or 58.43% from 433); Blue value is 162 (63.67% from 255 or 37.41% from 433); Max value from RGB is 253 - color contains mainly: green. Hex color #12FDA2 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #12FDA2 is #ED025D. Grayscale: #ACACAC. Windows color (decimal): -15532638 or 10681618. OLE color: 10681618.

HSL color Cylindrical-coordinate representation of color #12FDA2: hue angle of 156.77º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12FDA2 is Cyan = 0.93, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.01.

Color convert

RGB18253162-
CMYK0.9300.360.01
HSL156.77º98.33%53.14%-
HSV(B)156.77º92.89%99.22%-
XYZ41.972.9946.06-
YUV172.36122.1417.9-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.16%
GREEN value IS 253 (99.22% from 255) = 58.43%
BLUE value IS 162 (63.67% from 255) = 37.41%
R=4.16%
G=58.43%
B=37.41%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal182531620.9300.360.01156.7798.3353.14
Hex12FDA25D02419d6235
Octal22375242135044123514265
Binary100101111110110100010101110101001001100111011100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12FDA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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