#10F0AE

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

Shades of Medium Spring Green #10F0AE

Tints of Medium Spring Green #10F0AE

Color information

#10F0AE (or 0x10F0AE) is unknown color: approx Medium Spring Green. HEX triplet: 10, F0 and AE. RGB value is (16,240,174). Sum of RGB (Red+Green+Blue) = 16+240+174=430 (56% of max value = 765). Red value is 16 (6.64% from 255 or 3.72% from 430); Green value is 240 (94.14% from 255 or 55.81% from 430); Blue value is 174 (68.36% from 255 or 40.47% from 430); Max value from RGB is 240 - color contains mainly: green. Hex color #10F0AE is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #10F0AE is #EF0F51. Grayscale: #A5A5A5. Windows color (decimal): -15667026 or 11464720. OLE color: 11464720.

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

Color convert

RGB16240174-
CMYK0.9300.280.06
HSL162.32º88.19%50.2%-
HSV(B)162.32º93.33%94.12%-
XYZ39.0165.4950.63-
YUV165.5132.7921.37-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 3.72%
GREEN value IS 240 (94.14% from 255) = 55.81%
BLUE value IS 174 (68.36% from 255) = 40.47%
R=3.72%
G=55.81%
B=40.47%

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
Decimal162401740.9300.280.06162.3288.1950.2
Hex10F0AE5D01C6a25832
Octal20360256135034624213062
Binary1000011110000101011101011101011100110101000101011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10F0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,240,174); }

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

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

 a { background-color: rgb(16,240,174); }

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

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

 span { border-color: rgb(16,240,174); }

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