Html Css Color HEX #0AE893 Medium Spring Green

📋 copy color: '#0AE893'

red 10 ◦ green 232 ◦ blue 147

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

Shades of Medium Spring Green #0AE893

Tints of Medium Spring Green #0AE893

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 37.79%

R = 2.57%
G = 59.64%
B = 37.79%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.37

 K value IS 0.09

RGB Variations

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

Color information

#0AE893 (or 0x0AE893) is known color: Medium Spring Green. HEX triplet: 0A, E8 and 93. RGB value is (10,232,147). Sum of RGB (Red+Green+Blue) = 10+232+147=389 (51% of max value = 765). Red value is 10 (4.30% from 255 or 2.57% from 389); Green value is 232 (91.02% from 255 or 59.64% from 389); Blue value is 147 (57.81% from 255 or 37.79% from 389); Max value from RGB is 232 - color contains mainly: green. Hex color #0AE893 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0AE893 is #F5176C. Grayscale: #9C9C9C. Windows color (decimal): -16062317 or 9693194. OLE color: 9693194.

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

Color convert

RGB 10 232 147 -
CMYK 0.96 0 0.37 0.09
HSL 157.03º 0.92% 0.47% -
HSV(B) 157.03º 0.96% 0.91% -
XYZ 34.25 59.88 37.36 -
YUV 155.93 122.95 23.91 -
System Red Green Blue C M Y K H S L
Decimal 10 232 147 0.96 0 0.37 0.09 157.03 0.92 0.47
Hex A E8 93 60 0 25 9 9D 5C 2F
Octal 12 350 223 140 0 45 11 235 134 57
Binary 1010 11101000 10010011 1100000 0 100101 1001 10011101 1011100 101111

Color Harmonies of #0AE893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AE893

Black with #0AE893

Text Example


Text Example

White with #0AE893

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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