#10EF95

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

Shades of Medium Spring Green #10EF95

Tints of Medium Spring Green #10EF95

Color information

#10EF95 (or 0x10EF95) is unknown color: approx Medium Spring Green. HEX triplet: 10, EF and 95. RGB value is (16,239,149). Sum of RGB (Red+Green+Blue) = 16+239+149=404 (53% of max value = 765). Red value is 16 (6.64% from 255 or 3.96% from 404); Green value is 239 (93.75% from 255 or 59.16% from 404); Blue value is 149 (58.59% from 255 or 36.88% from 404); Max value from RGB is 239 - color contains mainly: green. Hex color #10EF95 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #10EF95 is #EF106A. Grayscale: #A2A2A2. Windows color (decimal): -15667307 or 9826064. OLE color: 9826064.

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

Color convert

RGB16239149-
CMYK0.9300.380.06
HSL155.78º87.45%50%-
HSV(B)155.78º93.31%93.73%-
XYZ36.5164.0138.87-
YUV162.06120.6223.82-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 3.96%
GREEN value IS 239 (93.75% from 255) = 59.16%
BLUE value IS 149 (58.59% from 255) = 36.88%
R=3.96%
G=59.16%
B=36.88%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal162391490.9300.380.06155.7887.4550
Hex10EF955D02669c5732
Octal20357225135046623412762
Binary10000111011111001010110111010100110110100111001010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10EF95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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