Html Css Color HEX #0AE49D Medium Spring Green

📋 copy color: '#0AE49D'

red 10 ◦ green 228 ◦ blue 157

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

Shades of Medium Spring Green #0AE49D

Tints of Medium Spring Green #0AE49D

RGB

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

 GREEN value IS 228 (89.45% from 255) = 57.72%

 BLUE value IS 157 (61.72% from 255) = 39.75%

R = 2.53%
G = 57.72%
B = 39.75%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.31

 K value IS 0.11

RGB Variations

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

Color information

#0AE49D (or 0x0AE49D) is known color: Medium Spring Green. HEX triplet: 0A, E4 and 9D. RGB value is (10,228,157). Sum of RGB (Red+Green+Blue) = 10+228+157=395 (52% of max value = 765). Red value is 10 (4.30% from 255 or 2.53% from 395); Green value is 228 (89.45% from 255 or 57.72% from 395); Blue value is 157 (61.72% from 255 or 39.75% from 395); Max value from RGB is 228 - color contains mainly: green. Hex color #0AE49D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AE49D is #F51B62. Grayscale: #9A9A9A. Windows color (decimal): -16063331 or 10347530. OLE color: 10347530.

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

Color convert

RGB 10 228 157 -
CMYK 0.96 0 0.31 0.11
HSL 160.46º 0.92% 0.47% -
HSV(B) 160.46º 0.96% 0.89% -
XYZ 33.95 57.99 41.3 -
YUV 154.72 129.28 24.77 -
System Red Green Blue C M Y K H S L
Decimal 10 228 157 0.96 0 0.31 0.11 160.46 0.92 0.47
Hex A E4 9D 60 0 1F B A0 5C 2F
Octal 12 344 235 140 0 37 13 240 134 57
Binary 1010 11100100 10011101 1100000 0 11111 1011 10100000 1011100 101111

Color Harmonies of #0AE49D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AE49D

Black with #0AE49D

Text Example


Text Example

White with #0AE49D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,228,157); }

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

background-color css

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

 a { background-color: rgb(10,228,157); }

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

border-color css

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

 span { border-color: rgb(10,228,157); }

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