Html Css Color HEX #0AEC9F Medium Spring Green

📋 copy color: '#0AEC9F'

red 10 ◦ green 236 ◦ blue 159

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

Shades of Medium Spring Green #0AEC9F

Tints of Medium Spring Green #0AEC9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 39.26%

R = 2.47%
G = 58.27%
B = 39.26%

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

#0AEC9F (or 0x0AEC9F) is known color: Medium Spring Green. HEX triplet: 0A, EC and 9F. RGB value is (10,236,159). Sum of RGB (Red+Green+Blue) = 10+236+159=405 (53% of max value = 765). Red value is 10 (4.30% from 255 or 2.47% from 405); Green value is 236 (92.58% from 255 or 58.27% from 405); Blue value is 159 (62.5% from 255 or 39.26% from 405); Max value from RGB is 236 - color contains mainly: green. Hex color #0AEC9F is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0AEC9F is #F51360. Grayscale: #9F9F9F. Windows color (decimal): -16061281 or 10480650. OLE color: 10480650.

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

Color convert

RGB 10 236 159 -
CMYK 0.96 0 0.33 0.07
HSL 159.56º 0.92% 0.48% -
HSV(B) 159.56º 0.96% 0.93% -
XYZ 36.38 62.56 42.96 -
YUV 159.65 127.63 21.26 -
System Red Green Blue C M Y K H S L
Decimal 10 236 159 0.96 0 0.33 0.07 159.56 0.92 0.48
Hex A EC 9F 60 0 21 7 A0 5C 30
Octal 12 354 237 140 0 41 7 240 134 60
Binary 1010 11101100 10011111 1100000 0 100001 111 10100000 1011100 110000

Color Harmonies of #0AEC9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AEC9F

Black with #0AEC9F

Text Example


Text Example

White with #0AEC9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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