#0AEC9C

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

Shades of Medium Spring Green #0AEC9C

Tints of Medium Spring Green #0AEC9C

Color information

#0AEC9C (or 0x0AEC9C) is unknown color: approx Medium Spring Green. HEX triplet: 0A, EC and 9C. RGB value is (10,236,156). Sum of RGB (Red+Green+Blue) = 10+236+156=402 (53% of max value = 765). Red value is 10 (4.30% from 255 or 2.49% from 402); Green value is 236 (92.58% from 255 or 58.71% from 402); Blue value is 156 (61.33% from 255 or 38.81% from 402); Max value from RGB is 236 - color contains mainly: green. Hex color #0AEC9C is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0AEC9C is #F51363. Grayscale: #9F9F9F. Windows color (decimal): -16061284 or 10284042. OLE color: 10284042.

HSL color Cylindrical-coordinate representation of color #0AEC9C: hue angle of 158.76º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AEC9C is Cyan = 0.96, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.07.

Color convert

RGB10236156-
CMYK0.9600.340.07
HSL158.76º91.87%48.24%-
HSV(B)158.76º95.76%92.55%-
XYZ36.1262.4641.6-
YUV159.31126.1321.5-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.49%
GREEN value IS 236 (92.58% from 255) = 58.71%
BLUE value IS 156 (61.33% from 255) = 38.81%
R=2.49%
G=58.71%
B=38.81%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal102361560.9600.340.07158.7691.8748.24
HexAEC9C6002279f5c30
Octal12354234140042723713460
Binary1010111011001001110011000000100010111100111111011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AEC9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0AEC9C; }

 p { color: rgb(10,236,156); }

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

<style>
 a { background-color: #0AEC9C; }

 a { background-color: rgb(10,236,156); }

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

<style>
 span { border-color: #0AEC9C; }

 span { border-color: rgb(10,236,156); }

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