#12F199

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

Shades of Medium Spring Green #12F199

Tints of Medium Spring Green #12F199

Color information

#12F199 (or 0x12F199) is unknown color: approx Medium Spring Green. HEX triplet: 12, F1 and 99. RGB value is (18,241,153). Sum of RGB (Red+Green+Blue) = 18+241+153=412 (54% of max value = 765). Red value is 18 (7.42% from 255 or 4.37% from 412); Green value is 241 (94.53% from 255 or 58.50% from 412); Blue value is 153 (60.16% from 255 or 37.14% from 412); Max value from RGB is 241 - color contains mainly: green. Hex color #12F199 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #12F199 is #ED0E66. Grayscale: #A4A4A4. Windows color (decimal): -15535719 or 10088722. OLE color: 10088722.

HSL color Cylindrical-coordinate representation of color #12F199: hue angle of 156.32º degrees, saturation: 0.89, 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 #12F199 is Cyan = 0.93, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.05.

Color convert

RGB18241153-
CMYK0.9300.370.05
HSL156.32º88.84%50.78%-
HSV(B)156.32º92.53%94.51%-
XYZ37.4565.3440.77-
YUV164.29121.6223.66-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.37%
GREEN value IS 241 (94.53% from 255) = 58.50%
BLUE value IS 153 (60.16% from 255) = 37.14%
R=4.37%
G=58.50%
B=37.14%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal182411530.9300.370.05156.3288.8450.78
Hex12F1995D02559c5933
Octal22361231135045523413163
Binary10010111100011001100110111010100101101100111001011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12F199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,241,153); }

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

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

 a { background-color: rgb(18,241,153); }

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

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

 span { border-color: rgb(18,241,153); }

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