#12EEA8

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

Shades of Medium Spring Green #12EEA8

Tints of Medium Spring Green #12EEA8

Color information

#12EEA8 (or 0x12EEA8) is unknown color: approx Medium Spring Green. HEX triplet: 12, EE and A8. RGB value is (18,238,168). Sum of RGB (Red+Green+Blue) = 18+238+168=424 (56% of max value = 765). Red value is 18 (7.42% from 255 or 4.25% from 424); Green value is 238 (93.36% from 255 or 56.13% from 424); Blue value is 168 (66.02% from 255 or 39.62% from 424); Max value from RGB is 238 - color contains mainly: green. Hex color #12EEA8 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #12EEA8 is #ED1157. Grayscale: #A4A4A4. Windows color (decimal): -15536472 or 11070994. OLE color: 11070994.

HSL color Cylindrical-coordinate representation of color #12EEA8: hue angle of 160.91º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12EEA8 is Cyan = 0.92, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.

Color convert

RGB18238168-
CMYK0.9200.290.07
HSL160.91º86.61%50.2%-
HSV(B)160.91º92.44%93.33%-
XYZ37.8964.147.42-
YUV164.24130.1123.69-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.25%
GREEN value IS 238 (93.36% from 255) = 56.13%
BLUE value IS 168 (66.02% from 255) = 39.62%
R=4.25%
G=56.13%
B=39.62%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal182381680.9200.290.07160.9186.6150.2
Hex12EEA85C01D7a15732
Octal22356250134035724112762
Binary1001011101110101010001011100011101111101000011010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12EEA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,238,168); }

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

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

 a { background-color: rgb(18,238,168); }

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

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

 span { border-color: rgb(18,238,168); }

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