Html Css Color HEX #0AE99F Medium Spring Green

📋 copy color: '#0AE99F'

red 10 ◦ green 233 ◦ blue 159

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

Shades of Medium Spring Green #0AE99F

Tints of Medium Spring Green #0AE99F

RGB

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

 GREEN value IS 233 (91.41% from 255) = 57.96%

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

R = 2.49%
G = 57.96%
B = 39.55%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.32

 K value IS 0.09

RGB Variations

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

Color information

#0AE99F (or 0x0AE99F) is known color: Medium Spring Green. HEX triplet: 0A, E9 and 9F. RGB value is (10,233,159). Sum of RGB (Red+Green+Blue) = 10+233+159=402 (53% of max value = 765). Red value is 10 (4.30% from 255 or 2.49% from 402); Green value is 233 (91.41% from 255 or 57.96% from 402); Blue value is 159 (62.5% from 255 or 39.55% from 402); Max value from RGB is 233 - color contains mainly: green. Hex color #0AE99F is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0AE99F is #F51660. Grayscale: #9D9D9D. Windows color (decimal): -16062049 or 10479882. OLE color: 10479882.

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

Color convert

RGB 10 233 159 -
CMYK 0.96 0 0.32 0.09
HSL 160.09º 0.92% 0.48% -
HSV(B) 160.09º 0.96% 0.91% -
XYZ 35.52 60.85 42.67 -
YUV 157.89 128.62 22.52 -
System Red Green Blue C M Y K H S L
Decimal 10 233 159 0.96 0 0.32 0.09 160.09 0.92 0.48
Hex A E9 9F 60 0 20 9 A0 5C 30
Octal 12 351 237 140 0 40 11 240 134 60
Binary 1010 11101001 10011111 1100000 0 100000 1001 10100000 1011100 110000

Color Harmonies of #0AE99F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AE99F

Black with #0AE99F

Text Example


Text Example

White with #0AE99F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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