#10F193

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

Shades of Medium Spring Green #10F193

Tints of Medium Spring Green #10F193

Color information

#10F193 (or 0x10F193) is unknown color: approx Medium Spring Green. HEX triplet: 10, F1 and 93. RGB value is (16,241,147). Sum of RGB (Red+Green+Blue) = 16+241+147=404 (53% of max value = 765). Red value is 16 (6.64% from 255 or 3.96% from 404); Green value is 241 (94.53% from 255 or 59.65% from 404); Blue value is 147 (57.81% from 255 or 36.39% from 404); Max value from RGB is 241 - color contains mainly: green. Hex color #10F193 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #10F193 is #EF0E6C. Grayscale: #A3A3A3. Windows color (decimal): -15666797 or 9695504. OLE color: 9695504.

HSL color Cylindrical-coordinate representation of color #10F193: hue angle of 154.93º 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 #10F193 is Cyan = 0.93, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.

Color convert

RGB16241147-
CMYK0.9300.390.05
HSL154.93º88.93%50.39%-
HSV(B)154.93º93.36%94.51%-
XYZ36.9465.1338.23-
YUV163.01118.9623.14-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 3.96%
GREEN value IS 241 (94.53% from 255) = 59.65%
BLUE value IS 147 (57.81% from 255) = 36.39%
R=3.96%
G=59.65%
B=36.39%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal162411470.9300.390.05154.9388.9350.39
Hex10F1935D02759b5932
Octal20361223135047523313162
Binary10000111100011001001110111010100111101100110111011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10F193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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