#12FCA0

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

Shades of Medium Spring Green #12FCA0

Tints of Medium Spring Green #12FCA0

Color information

#12FCA0 (or 0x12FCA0) is unknown color: approx Medium Spring Green. HEX triplet: 12, FC and A0. RGB value is (18,252,160). Sum of RGB (Red+Green+Blue) = 18+252+160=430 (56% of max value = 765). Red value is 18 (7.42% from 255 or 4.19% from 430); Green value is 252 (98.83% from 255 or 58.60% from 430); Blue value is 160 (62.89% from 255 or 37.21% from 430); Max value from RGB is 252 - color contains mainly: green. Hex color #12FCA0 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #12FCA0 is #ED035F. Grayscale: #ABABAB. Windows color (decimal): -15532896 or 10550290. OLE color: 10550290.

HSL color Cylindrical-coordinate representation of color #12FCA0: hue angle of 156.41º 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 #12FCA0 is Cyan = 0.93, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.01.

Color convert

RGB18252160-
CMYK0.9300.370.01
HSL156.41º97.5%52.94%-
HSV(B)156.41º92.86%98.82%-
XYZ41.4172.2945.03-
YUV171.55121.4818.48-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.19%
GREEN value IS 252 (98.83% from 255) = 58.60%
BLUE value IS 160 (62.89% from 255) = 37.21%
R=4.19%
G=58.60%
B=37.21%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal182521600.9300.370.01156.4197.552.94
Hex12FCA05D02519c6235
Octal22374240135045123414265
Binary100101111110010100000101110101001011100111001100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12FCA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,252,160); }

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

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

 a { background-color: rgb(18,252,160); }

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

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

 span { border-color: rgb(18,252,160); }

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