Html Css Color HEX #0AE4AD Medium Spring Green

📋 copy color: '#0AE4AD'

red 10 ◦ green 228 ◦ blue 173

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

Shades of Medium Spring Green #0AE4AD

Tints of Medium Spring Green #0AE4AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 42.09%

R = 2.43%
G = 55.47%
B = 42.09%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.24

 K value IS 0.11

RGB Variations

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

Color information

#0AE4AD (or 0x0AE4AD) is known color: Medium Spring Green. HEX triplet: 0A, E4 and AD. RGB value is (10,228,173). Sum of RGB (Red+Green+Blue) = 10+228+173=411 (54% of max value = 765). Red value is 10 (4.30% from 255 or 2.43% from 411); Green value is 228 (89.45% from 255 or 55.47% from 411); Blue value is 173 (67.97% from 255 or 42.09% from 411); Max value from RGB is 228 - color contains mainly: green. Hex color #0AE4AD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AE4AD is #F51B52. Grayscale: #9C9C9C. Windows color (decimal): -16063315 or 11396106. OLE color: 11396106.

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

Color convert

RGB 10 228 173 -
CMYK 0.96 0 0.24 0.11
HSL 164.86º 0.92% 0.47% -
HSV(B) 164.86º 0.96% 0.89% -
XYZ 35.41 58.57 48.97 -
YUV 156.55 137.28 23.47 -
System Red Green Blue C M Y K H S L
Decimal 10 228 173 0.96 0 0.24 0.11 164.86 0.92 0.47
Hex A E4 AD 60 0 18 B A5 5C 2F
Octal 12 344 255 140 0 30 13 245 134 57
Binary 1010 11100100 10101101 1100000 0 11000 1011 10100101 1011100 101111

Color Harmonies of #0AE4AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AE4AD

Black with #0AE4AD

Text Example


Text Example

White with #0AE4AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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