#12FFAA

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

Shades of Medium Spring Green #12FFAA

Tints of Medium Spring Green #12FFAA

Color information

#12FFAA (or 0x12FFAA) is unknown color: approx Medium Spring Green. HEX triplet: 12, FF and AA. RGB value is (18,255,170). Sum of RGB (Red+Green+Blue) = 18+255+170=443 (58% of max value = 765). Red value is 18 (7.42% from 255 or 4.06% from 443); Green value is 255 (100% from 255 or 57.56% from 443); Blue value is 170 (66.80% from 255 or 38.37% from 443); Max value from RGB is 255 - color contains mainly: green. Hex color #12FFAA is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #12FFAA is #ED0055. Grayscale: #AEAEAE. Windows color (decimal): -15532118 or 11206418. OLE color: 11206418.

HSL color Cylindrical-coordinate representation of color #12FFAA: hue angle of 158.48º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12FFAA is Cyan = 0.93, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.

Color convert

RGB18255170-
CMYK0.9300.330
HSL158.48º100%53.53%-
HSV(B)158.48º92.94%100%-
XYZ43.2774.5550.14-
YUV174.45125.4816.41-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.06%
GREEN value IS 255 (100% from 255) = 57.56%
BLUE value IS 170 (66.80% from 255) = 38.37%
R=4.06%
G=57.56%
B=38.37%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal182551700.9300.330158.4810053.53
Hex12FFAA5D02109e6436
Octal22377252135041023614466
Binary100101111111110101010101110101000010100111101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12FFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,255,170); }

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

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

 a { background-color: rgb(18,255,170); }

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

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

 span { border-color: rgb(18,255,170); }

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