Html Css Color HEX #0AEC9E Medium Spring Green

📋 copy color: '#0AEC9E'

red 10 ◦ green 236 ◦ blue 158

#0AEC9E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Spring Green #0AEC9E

Tints of Medium Spring Green #0AEC9E

RGB

 RED value IS 10 (4.3% from 255) = 2.48%

 GREEN value IS 236 (92.58% from 255) = 58.42%

 BLUE value IS 158 (62.11% from 255) = 39.11%

R = 2.48%
G = 58.42%
B = 39.11%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#0AEC9E (or 0x0AEC9E) is known color: Medium Spring Green. HEX triplet: 0A, EC and 9E. RGB value is (10,236,158). Sum of RGB (Red+Green+Blue) = 10+236+158=404 (53% of max value = 765). Red value is 10 (4.30% from 255 or 2.48% from 404); Green value is 236 (92.58% from 255 or 58.42% from 404); Blue value is 158 (62.11% from 255 or 39.11% from 404); Max value from RGB is 236 - color contains mainly: green. Hex color #0AEC9E is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0AEC9E is #F51361. Grayscale: #9F9F9F. Windows color (decimal): -16061282 or 10415114. OLE color: 10415114.

HSL color Cylindrical-coordinate representation of color #0AEC9E: hue angle of 159.29º 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 #0AEC9E is Cyan = 0.96, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.07.

Color convert

RGB 10 236 158 -
CMYK 0.96 0 0.33 0.07
HSL 159.29º 0.92% 0.48% -
HSV(B) 159.29º 0.96% 0.93% -
XYZ 36.29 62.52 42.5 -
YUV 159.53 127.13 21.34 -
System Red Green Blue C M Y K H S L
Decimal 10 236 158 0.96 0 0.33 0.07 159.29 0.92 0.48
Hex A EC 9E 60 0 21 7 9F 5C 30
Octal 12 354 236 140 0 41 7 237 134 60
Binary 1010 11101100 10011110 1100000 0 100001 111 10011111 1011100 110000

Color Harmonies of #0AEC9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AEC9E

Black with #0AEC9E

Text Example


Text Example

White with #0AEC9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0AEC9E;
 }
 .AnyTagClassName
 {
   color: #0AEC9E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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