#12F38C

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

Shades of Medium Spring Green #12F38C

Tints of Medium Spring Green #12F38C

Color information

#12F38C (or 0x12F38C) is unknown color: approx Medium Spring Green. HEX triplet: 12, F3 and 8C. RGB value is (18,243,140). Sum of RGB (Red+Green+Blue) = 18+243+140=401 (53% of max value = 765). Red value is 18 (7.42% from 255 or 4.49% from 401); Green value is 243 (95.31% from 255 or 60.60% from 401); Blue value is 140 (55.08% from 255 or 34.91% from 401); Max value from RGB is 243 - color contains mainly: green. Hex color #12F38C is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #12F38C is #ED0C73. Grayscale: #A4A4A4. Windows color (decimal): -15535220 or 9237266. OLE color: 9237266.

HSL color Cylindrical-coordinate representation of color #12F38C: hue angle of 152.53º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12F38C is Cyan = 0.93, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.

Color convert

RGB18243140-
CMYK0.9300.420.05
HSL152.53º90.36%51.18%-
HSV(B)152.53º92.59%95.29%-
XYZ37.0366.1235.62-
YUV163.98114.4623.88-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.49%
GREEN value IS 243 (95.31% from 255) = 60.60%
BLUE value IS 140 (55.08% from 255) = 34.91%
R=4.49%
G=60.60%
B=34.91%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal182431400.9300.420.05152.5390.3651.18
Hex12F38C5D02A5995a33
Octal22363214135052523113263
Binary10010111100111000110010111010101010101100110011011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12F38C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,243,140); }

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

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

 a { background-color: rgb(18,243,140); }

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

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

 span { border-color: rgb(18,243,140); }

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