#12F0A4

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

Shades of Medium Spring Green #12F0A4

Tints of Medium Spring Green #12F0A4

Color information

#12F0A4 (or 0x12F0A4) is unknown color: approx Medium Spring Green. HEX triplet: 12, F0 and A4. RGB value is (18,240,164). Sum of RGB (Red+Green+Blue) = 18+240+164=422 (55% of max value = 765). Red value is 18 (7.42% from 255 or 4.27% from 422); Green value is 240 (94.14% from 255 or 56.87% from 422); Blue value is 164 (64.45% from 255 or 38.86% from 422); Max value from RGB is 240 - color contains mainly: green. Hex color #12F0A4 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #12F0A4 is #ED0F5B. Grayscale: #A5A5A5. Windows color (decimal): -15535964 or 10809362. OLE color: 10809362.

HSL color Cylindrical-coordinate representation of color #12F0A4: hue angle of 159.46º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12F0A4 is Cyan = 0.92, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.06.

Color convert

RGB18240164-
CMYK0.9200.320.06
HSL159.46º88.1%50.59%-
HSV(B)159.46º92.5%94.12%-
XYZ38.1165.1345.68-
YUV164.96127.4523.18-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.27%
GREEN value IS 240 (94.14% from 255) = 56.87%
BLUE value IS 164 (64.45% from 255) = 38.86%
R=4.27%
G=56.87%
B=38.86%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal182401640.9200.320.06159.4688.150.59
Hex12F0A45C02069f5833
Octal22360244134040623713063
Binary10010111100001010010010111000100000110100111111011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12F0A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,240,164); }

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

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

 a { background-color: rgb(18,240,164); }

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

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

 span { border-color: rgb(18,240,164); }

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