#10F995

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

Shades of Medium Spring Green #10F995

Tints of Medium Spring Green #10F995

Color information

#10F995 (or 0x10F995) is unknown color: approx Medium Spring Green. HEX triplet: 10, F9 and 95. RGB value is (16,249,149). Sum of RGB (Red+Green+Blue) = 16+249+149=414 (54% of max value = 765). Red value is 16 (6.64% from 255 or 3.86% from 414); Green value is 249 (97.66% from 255 or 60.14% from 414); Blue value is 149 (58.59% from 255 or 35.99% from 414); Max value from RGB is 249 - color contains mainly: green. Hex color #10F995 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #10F995 is #EF066A. Grayscale: #A8A8A8. Windows color (decimal): -15664747 or 9828624. OLE color: 9828624.

HSL color Cylindrical-coordinate representation of color #10F995: hue angle of 154.25º 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 #10F995 is Cyan = 0.94, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB16249149-
CMYK0.9400.400.02
HSL154.25º95.1%51.96%-
HSV(B)154.25º93.57%97.65%-
XYZ39.5170.0339.87-
YUV167.93117.3119.63-

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.14%
BLUE value IS 149 (58.59% from 255) = 35.99%
R=3.86%
G=60.14%
B=35.99%

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
Decimal162491490.9400.400.02154.2595.151.96
Hex10F9955E02829a5f34
Octal20371225136050223213764
Binary1000011111001100101011011110010100010100110101011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10F995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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