#10EFAC

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

Shades of Medium Spring Green #10EFAC

Tints of Medium Spring Green #10EFAC

Color information

#10EFAC (or 0x10EFAC) is unknown color: approx Medium Spring Green. HEX triplet: 10, EF and AC. RGB value is (16,239,172). Sum of RGB (Red+Green+Blue) = 16+239+172=427 (56% of max value = 765). Red value is 16 (6.64% from 255 or 3.75% from 427); Green value is 239 (93.75% from 255 or 55.97% from 427); Blue value is 172 (67.58% from 255 or 40.28% from 427); Max value from RGB is 239 - color contains mainly: green. Hex color #10EFAC is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #10EFAC is #EF1053. Grayscale: #A4A4A4. Windows color (decimal): -15667284 or 11333392. OLE color: 11333392.

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

Color convert

RGB16239172-
CMYK0.9300.280.06
HSL161.97º87.45%50%-
HSV(B)161.97º93.31%93.73%-
XYZ38.5364.8249.51-
YUV164.68132.1221.95-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 3.75%
GREEN value IS 239 (93.75% from 255) = 55.97%
BLUE value IS 172 (67.58% from 255) = 40.28%
R=3.75%
G=55.97%
B=40.28%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal162391720.9300.280.06161.9787.4550
Hex10EFAC5D01C6a25732
Octal20357254135034624212762
Binary1000011101111101011001011101011100110101000101010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10EFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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