#12F8AF

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

Shades of Medium Spring Green #12F8AF

Tints of Medium Spring Green #12F8AF

Color information

#12F8AF (or 0x12F8AF) is unknown color: approx Medium Spring Green. HEX triplet: 12, F8 and AF. RGB value is (18,248,175). Sum of RGB (Red+Green+Blue) = 18+248+175=441 (58% of max value = 765). Red value is 18 (7.42% from 255 or 4.08% from 441); Green value is 248 (97.27% from 255 or 56.24% from 441); Blue value is 175 (68.75% from 255 or 39.68% from 441); Max value from RGB is 248 - color contains mainly: green. Hex color #12F8AF is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #12F8AF is #ED0750. Grayscale: #AAAAAA. Windows color (decimal): -15533905 or 11532306. OLE color: 11532306.

HSL color Cylindrical-coordinate representation of color #12F8AF: hue angle of 160.96º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12F8AF is Cyan = 0.93, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.03.

Color convert

RGB18248175-
CMYK0.9300.290.03
HSL160.96º94.26%52.16%-
HSV(B)160.96º92.74%97.25%-
XYZ41.5570.3651.95-
YUV170.91130.318.94-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.08%
GREEN value IS 248 (97.27% from 255) = 56.24%
BLUE value IS 175 (68.75% from 255) = 39.68%
R=4.08%
G=56.24%
B=39.68%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal182481750.9300.290.03160.9694.2652.16
Hex12F8AF5D01D3a15e34
Octal22370257135035324113664
Binary100101111100010101111101110101110111101000011011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12F8AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,248,175); }

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

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

 a { background-color: rgb(18,248,175); }

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

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

 span { border-color: rgb(18,248,175); }

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