Html Css Color HEX #0AE89F Medium Spring Green

📋 copy color: '#0AE89F'

red 10 ◦ green 232 ◦ blue 159

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

Shades of Medium Spring Green #0AE89F

Tints of Medium Spring Green #0AE89F

RGB

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

 GREEN value IS 232 (91.02% from 255) = 57.86%

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

R = 2.49%
G = 57.86%
B = 39.65%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.31

 K value IS 0.09

RGB Variations

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

Color information

#0AE89F (or 0x0AE89F) is known color: Medium Spring Green. HEX triplet: 0A, E8 and 9F. RGB value is (10,232,159). Sum of RGB (Red+Green+Blue) = 10+232+159=401 (53% of max value = 765). Red value is 10 (4.30% from 255 or 2.49% from 401); Green value is 232 (91.02% from 255 or 57.86% from 401); Blue value is 159 (62.5% from 255 or 39.65% from 401); Max value from RGB is 232 - color contains mainly: green. Hex color #0AE89F is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0AE89F is #F51760. Grayscale: #9D9D9D. Windows color (decimal): -16062305 or 10479626. OLE color: 10479626.

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

Color convert

RGB 10 232 159 -
CMYK 0.96 0 0.31 0.09
HSL 160.27º 0.92% 0.47% -
HSV(B) 160.27º 0.96% 0.91% -
XYZ 35.24 60.28 42.58 -
YUV 157.3 128.95 22.94 -
System Red Green Blue C M Y K H S L
Decimal 10 232 159 0.96 0 0.31 0.09 160.27 0.92 0.47
Hex A E8 9F 60 0 1F 9 A0 5C 2F
Octal 12 350 237 140 0 37 11 240 134 57
Binary 1010 11101000 10011111 1100000 0 11111 1001 10100000 1011100 101111

Color Harmonies of #0AE89F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AE89F

Black with #0AE89F

Text Example


Text Example

White with #0AE89F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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