Html Css Color HEX #0AEE99 Medium Spring Green

📋 copy color: '#0AEE99'

red 10 ◦ green 238 ◦ blue 153

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

Shades of Medium Spring Green #0AEE99

Tints of Medium Spring Green #0AEE99

RGB

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

 GREEN value IS 238 (93.36% from 255) = 59.35%

 BLUE value IS 153 (60.16% from 255) = 38.15%

R = 2.49%
G = 59.35%
B = 38.15%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#0AEE99 (or 0x0AEE99) is known color: Medium Spring Green. HEX triplet: 0A, EE and 99. RGB value is (10,238,153). Sum of RGB (Red+Green+Blue) = 10+238+153=401 (53% of max value = 765). Red value is 10 (4.30% from 255 or 2.49% from 401); Green value is 238 (93.36% from 255 or 59.35% from 401); Blue value is 153 (60.16% from 255 or 38.15% from 401); Max value from RGB is 238 - color contains mainly: green. Hex color #0AEE99 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0AEE99 is #F51166. Grayscale: #A0A0A0. Windows color (decimal): -16060775 or 10087946. OLE color: 10087946.

HSL color Cylindrical-coordinate representation of color #0AEE99: hue angle of 157.63º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AEE99 is Cyan = 0.96, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.07.

Color convert

RGB 10 238 153 -
CMYK 0.96 0 0.36 0.07
HSL 157.63º 0.92% 0.49% -
HSV(B) 157.63º 0.96% 0.93% -
XYZ 36.45 63.51 40.48 -
YUV 160.14 123.96 20.91 -
System Red Green Blue C M Y K H S L
Decimal 10 238 153 0.96 0 0.36 0.07 157.63 0.92 0.49
Hex A EE 99 60 0 24 7 9E 5C 31
Octal 12 356 231 140 0 44 7 236 134 61
Binary 1010 11101110 10011001 1100000 0 100100 111 10011110 1011100 110001

Color Harmonies of #0AEE99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AEE99

Black with #0AEE99

Text Example


Text Example

White with #0AEE99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,238,153); }

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

background-color css

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

 a { background-color: rgb(10,238,153); }

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

border-color css

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

 span { border-color: rgb(10,238,153); }

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