#10F196

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

Shades of Medium Spring Green #10F196

Tints of Medium Spring Green #10F196

Color information

#10F196 (or 0x10F196) is unknown color: approx Medium Spring Green. HEX triplet: 10, F1 and 96. RGB value is (16,241,150). Sum of RGB (Red+Green+Blue) = 16+241+150=407 (53% of max value = 765). Red value is 16 (6.64% from 255 or 3.93% from 407); Green value is 241 (94.53% from 255 or 59.21% from 407); Blue value is 150 (58.98% from 255 or 36.86% from 407); Max value from RGB is 241 - color contains mainly: green. Hex color #10F196 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #10F196 is #EF0E69. Grayscale: #A3A3A3. Windows color (decimal): -15666794 or 9892112. OLE color: 9892112.

HSL color Cylindrical-coordinate representation of color #10F196: hue angle of 155.73º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10F196 is Cyan = 0.93, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB16241150-
CMYK0.9300.380.05
HSL155.73º88.93%50.39%-
HSV(B)155.73º93.36%94.51%-
XYZ37.1765.2239.48-
YUV163.35120.4622.9-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 3.93%
GREEN value IS 241 (94.53% from 255) = 59.21%
BLUE value IS 150 (58.98% from 255) = 36.86%
R=3.93%
G=59.21%
B=36.86%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal162411500.9300.380.05155.7388.9350.39
Hex10F1965D02659c5932
Octal20361226135046523413162
Binary10000111100011001011010111010100110101100111001011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10F196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10F196; }

 p { color: rgb(16,241,150); }

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

<style>
 a { background-color: #10F196; }

 a { background-color: rgb(16,241,150); }

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

<style>
 span { border-color: #10F196; }

 span { border-color: rgb(16,241,150); }

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