Html Css Color HEX #0AE992 Medium Spring Green

📋 copy color: '#0AE992'

red 10 ◦ green 233 ◦ blue 146

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

Shades of Medium Spring Green #0AE992

Tints of Medium Spring Green #0AE992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 37.53%

R = 2.57%
G = 59.9%
B = 37.53%

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

#0AE992 (or 0x0AE992) is known color: Medium Spring Green. HEX triplet: 0A, E9 and 92. RGB value is (10,233,146). Sum of RGB (Red+Green+Blue) = 10+233+146=389 (51% of max value = 765). Red value is 10 (4.30% from 255 or 2.57% from 389); Green value is 233 (91.41% from 255 or 59.90% from 389); Blue value is 146 (57.42% from 255 or 37.53% from 389); Max value from RGB is 233 - color contains mainly: green. Hex color #0AE992 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0AE992 is #F5166D. Grayscale: #9C9C9C. Windows color (decimal): -16062062 or 9627914. OLE color: 9627914.

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

Color convert

RGB 10 233 146 -
CMYK 0.96 0 0.37 0.09
HSL 156.59º 0.92% 0.48% -
HSV(B) 156.59º 0.96% 0.91% -
XYZ 34.45 60.42 37.04 -
YUV 156.41 122.12 23.57 -
System Red Green Blue C M Y K H S L
Decimal 10 233 146 0.96 0 0.37 0.09 156.59 0.92 0.48
Hex A E9 92 60 0 25 9 9D 5C 30
Octal 12 351 222 140 0 45 11 235 134 60
Binary 1010 11101001 10010010 1100000 0 100101 1001 10011101 1011100 110000

Color Harmonies of #0AE992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AE992

Black with #0AE992

Text Example


Text Example

White with #0AE992

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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