#10F195

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

Shades of Medium Spring Green #10F195

Tints of Medium Spring Green #10F195

Color information

#10F195 (or 0x10F195) is unknown color: approx Medium Spring Green. HEX triplet: 10, F1 and 95. RGB value is (16,241,149). Sum of RGB (Red+Green+Blue) = 16+241+149=406 (53% of max value = 765). Red value is 16 (6.64% from 255 or 3.94% from 406); Green value is 241 (94.53% from 255 or 59.36% from 406); Blue value is 149 (58.59% from 255 or 36.70% from 406); Max value from RGB is 241 - color contains mainly: green. Hex color #10F195 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #10F195 is #EF0E6A. Grayscale: #A3A3A3. Windows color (decimal): -15666795 or 9826576. OLE color: 9826576.

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

Color convert

RGB16241149-
CMYK0.9300.380.05
HSL155.47º88.93%50.39%-
HSV(B)155.47º93.36%94.51%-
XYZ37.0965.1939.06-
YUV163.24119.9622.98-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 3.94%
GREEN value IS 241 (94.53% from 255) = 59.36%
BLUE value IS 149 (58.59% from 255) = 36.70%
R=3.94%
G=59.36%
B=36.70%

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
Decimal162411490.9300.380.05155.4788.9350.39
Hex10F1955D02659b5932
Octal20361225135046523313162
Binary10000111100011001010110111010100110101100110111011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10F195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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