Html Css Color HEX #0AE994 Medium Spring Green

📋 copy color: '#0AE994'

red 10 ◦ green 233 ◦ blue 148

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

Shades of Medium Spring Green #0AE994

Tints of Medium Spring Green #0AE994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 37.85%

R = 2.56%
G = 59.59%
B = 37.85%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.36

 K value IS 0.09

RGB Variations

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

Color information

#0AE994 (or 0x0AE994) is known color: Medium Spring Green. HEX triplet: 0A, E9 and 94. RGB value is (10,233,148). Sum of RGB (Red+Green+Blue) = 10+233+148=391 (51% of max value = 765). Red value is 10 (4.30% from 255 or 2.56% from 391); Green value is 233 (91.41% from 255 or 59.59% from 391); Blue value is 148 (58.20% from 255 or 37.85% from 391); Max value from RGB is 233 - color contains mainly: green. Hex color #0AE994 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0AE994 is #F5166B. Grayscale: #9C9C9C. Windows color (decimal): -16062060 or 9758986. OLE color: 9758986.

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

Color convert

RGB 10 233 148 -
CMYK 0.96 0 0.36 0.09
HSL 157.13º 0.92% 0.48% -
HSV(B) 157.13º 0.96% 0.91% -
XYZ 34.61 60.48 37.87 -
YUV 156.63 123.12 23.41 -
System Red Green Blue C M Y K H S L
Decimal 10 233 148 0.96 0 0.36 0.09 157.13 0.92 0.48
Hex A E9 94 60 0 24 9 9D 5C 30
Octal 12 351 224 140 0 44 11 235 134 60
Binary 1010 11101001 10010100 1100000 0 100100 1001 10011101 1011100 110000

Color Harmonies of #0AE994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AE994

Black with #0AE994

Text Example


Text Example

White with #0AE994

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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