#12F58C

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

Shades of Medium Spring Green #12F58C

Tints of Medium Spring Green #12F58C

Color information

#12F58C (or 0x12F58C) is unknown color: approx Medium Spring Green. HEX triplet: 12, F5 and 8C. RGB value is (18,245,140). Sum of RGB (Red+Green+Blue) = 18+245+140=403 (53% of max value = 765). Red value is 18 (7.42% from 255 or 4.47% from 403); Green value is 245 (96.09% from 255 or 60.79% from 403); Blue value is 140 (55.08% from 255 or 34.74% from 403); Max value from RGB is 245 - color contains mainly: green. Hex color #12F58C is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #12F58C is #ED0A73. Grayscale: #A5A5A5. Windows color (decimal): -15534708 or 9237778. OLE color: 9237778.

HSL color Cylindrical-coordinate representation of color #12F58C: hue angle of 152.25º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12F58C is Cyan = 0.93, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.04.

Color convert

RGB18245140-
CMYK0.9300.430.04
HSL152.25º91.9%51.57%-
HSV(B)152.25º92.65%96.08%-
XYZ37.6467.3335.82-
YUV165.16113.7923.04-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.47%
GREEN value IS 245 (96.09% from 255) = 60.79%
BLUE value IS 140 (55.08% from 255) = 34.74%
R=4.47%
G=60.79%
B=34.74%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal182451400.9300.430.04152.2591.951.57
Hex12F58C5D02B4985c34
Octal22365214135053423013464
Binary10010111101011000110010111010101011100100110001011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12F58C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,245,140); }

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

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

 a { background-color: rgb(18,245,140); }

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

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

 span { border-color: rgb(18,245,140); }

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