#0AE6A6

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

Shades of Medium Spring Green #0AE6A6

Tints of Medium Spring Green #0AE6A6

Color information

#0AE6A6 (or 0x0AE6A6) is unknown color: approx Medium Spring Green. HEX triplet: 0A, E6 and A6. RGB value is (10,230,166). Sum of RGB (Red+Green+Blue) = 10+230+166=406 (53% of max value = 765). Red value is 10 (4.30% from 255 or 2.46% from 406); Green value is 230 (90.23% from 255 or 56.65% from 406); Blue value is 166 (65.23% from 255 or 40.89% from 406); Max value from RGB is 230 - color contains mainly: green. Hex color #0AE6A6 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0AE6A6 is #F51959. Grayscale: #9C9C9C. Windows color (decimal): -16062810 or 10937866. OLE color: 10937866.

HSL color Cylindrical-coordinate representation of color #0AE6A6: hue angle of 162.55º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AE6A6 is Cyan = 0.96, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.10.

Color convert

RGB10230166-
CMYK0.9600.280.10
HSL162.55º91.67%47.06%-
HSV(B)162.55º95.65%90.2%-
XYZ35.359.4145.68-
YUV156.92133.1123.2-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.46%
GREEN value IS 230 (90.23% from 255) = 56.65%
BLUE value IS 166 (65.23% from 255) = 40.89%
R=2.46%
G=56.65%
B=40.89%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal102301660.9600.280.10162.5591.6747.06
HexAE6A66001CAa35c2f
Octal123462461400341224313457
Binary1010111001101010011011000000111001010101000111011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AE6A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,230,166); }

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

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

 a { background-color: rgb(10,230,166); }

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

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

 span { border-color: rgb(10,230,166); }

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