#10EFA5

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

Shades of Medium Spring Green #10EFA5

Tints of Medium Spring Green #10EFA5

Color information

#10EFA5 (or 0x10EFA5) is unknown color: approx Medium Spring Green. HEX triplet: 10, EF and A5. RGB value is (16,239,165). Sum of RGB (Red+Green+Blue) = 16+239+165=420 (55% of max value = 765). Red value is 16 (6.64% from 255 or 3.81% from 420); Green value is 239 (93.75% from 255 or 56.90% from 420); Blue value is 165 (64.84% from 255 or 39.29% from 420); Max value from RGB is 239 - color contains mainly: green. Hex color #10EFA5 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #10EFA5 is #EF105A. Grayscale: #A3A3A3. Windows color (decimal): -15667291 or 10874640. OLE color: 10874640.

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

Color convert

RGB16239165-
CMYK0.9300.310.06
HSL160.09º87.45%50%-
HSV(B)160.09º93.31%93.73%-
XYZ37.8764.5646.06-
YUV163.89128.6222.52-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 3.81%
GREEN value IS 239 (93.75% from 255) = 56.90%
BLUE value IS 165 (64.84% from 255) = 39.29%
R=3.81%
G=56.90%
B=39.29%

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
Decimal162391650.9300.310.06160.0987.4550
Hex10EFA55D01F6a05732
Octal20357245135037624012762
Binary1000011101111101001011011101011111110101000001010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10EFA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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