#12F4AB

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

Shades of Medium Spring Green #12F4AB

Tints of Medium Spring Green #12F4AB

Color information

#12F4AB (or 0x12F4AB) is unknown color: approx Medium Spring Green. HEX triplet: 12, F4 and AB. RGB value is (18,244,171). Sum of RGB (Red+Green+Blue) = 18+244+171=433 (57% of max value = 765). Red value is 18 (7.42% from 255 or 4.16% from 433); Green value is 244 (95.70% from 255 or 56.35% from 433); Blue value is 171 (67.19% from 255 or 39.49% from 433); Max value from RGB is 244 - color contains mainly: green. Hex color #12F4AB is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #12F4AB is #ED0B54. Grayscale: #A8A8A8. Windows color (decimal): -15534933 or 11269138. OLE color: 11269138.

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

Color convert

RGB18244171-
CMYK0.9300.300.04
HSL160.62º91.13%51.37%-
HSV(B)160.62º92.62%95.69%-
XYZ39.9567.7749.5-
YUV168.1129.6320.94-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.16%
GREEN value IS 244 (95.70% from 255) = 56.35%
BLUE value IS 171 (67.19% from 255) = 39.49%
R=4.16%
G=56.35%
B=39.49%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal182441710.9300.300.04160.6291.1351.37
Hex12F4AB5D01E4a15b33
Octal22364253135036424113363
Binary1001011110100101010111011101011110100101000011011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12F4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,244,171); }

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

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

 a { background-color: rgb(18,244,171); }

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

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

 span { border-color: rgb(18,244,171); }

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