#10F996

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

Shades of Medium Spring Green #10F996

Tints of Medium Spring Green #10F996

Color information

#10F996 (or 0x10F996) is unknown color: approx Medium Spring Green. HEX triplet: 10, F9 and 96. RGB value is (16,249,150). Sum of RGB (Red+Green+Blue) = 16+249+150=415 (54% of max value = 765). Red value is 16 (6.64% from 255 or 3.86% from 415); Green value is 249 (97.66% from 255 or 60% from 415); Blue value is 150 (58.98% from 255 or 36.14% from 415); Max value from RGB is 249 - color contains mainly: green. Hex color #10F996 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #10F996 is #EF0669. Grayscale: #A8A8A8. Windows color (decimal): -15664746 or 9894160. OLE color: 9894160.

HSL color Cylindrical-coordinate representation of color #10F996: hue angle of 154.51º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10F996 is Cyan = 0.94, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB16249150-
CMYK0.9400.400.02
HSL154.51º95.1%51.96%-
HSV(B)154.51º93.57%97.65%-
XYZ39.5970.0640.29-
YUV168.05117.8119.55-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 3.86%
GREEN value IS 249 (97.66% from 255) = 60%
BLUE value IS 150 (58.98% from 255) = 36.14%
R=3.86%
G=60%
B=36.14%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal162491500.9400.400.02154.5195.151.96
Hex10F9965E02829b5f34
Octal20371226136050223313764
Binary1000011111001100101101011110010100010100110111011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10F996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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