#10F0A6

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

Shades of Medium Spring Green #10F0A6

Tints of Medium Spring Green #10F0A6

Color information

#10F0A6 (or 0x10F0A6) is unknown color: approx Medium Spring Green. HEX triplet: 10, F0 and A6. RGB value is (16,240,166). Sum of RGB (Red+Green+Blue) = 16+240+166=422 (55% of max value = 765). Red value is 16 (6.64% from 255 or 3.79% from 422); Green value is 240 (94.14% from 255 or 56.87% from 422); Blue value is 166 (65.23% from 255 or 39.34% from 422); Max value from RGB is 240 - color contains mainly: green. Hex color #10F0A6 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #10F0A6 is #EF0F59. Grayscale: #A4A4A4. Windows color (decimal): -15667034 or 10940432. OLE color: 10940432.

HSL color Cylindrical-coordinate representation of color #10F0A6: hue angle of 160.18º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10F0A6 is Cyan = 0.93, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.06.

Color convert

RGB16240166-
CMYK0.9300.310.06
HSL160.18º88.19%50.2%-
HSV(B)160.18º93.33%94.12%-
XYZ38.2665.1846.64-
YUV164.59128.7922.02-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 3.79%
GREEN value IS 240 (94.14% from 255) = 56.87%
BLUE value IS 166 (65.23% from 255) = 39.34%
R=3.79%
G=56.87%
B=39.34%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal162401660.9300.310.06160.1888.1950.2
Hex10F0A65D01F6a05832
Octal20360246135037624013062
Binary1000011110000101001101011101011111110101000001011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10F0A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,240,166); }

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

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

 a { background-color: rgb(16,240,166); }

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

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

 span { border-color: rgb(16,240,166); }

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