Html Css Color HEX #0AE795 Medium Spring Green

📋 copy color: '#0AE795'

red 10 ◦ green 231 ◦ blue 149

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

Shades of Medium Spring Green #0AE795

Tints of Medium Spring Green #0AE795

RGB

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

 GREEN value IS 231 (90.63% from 255) = 59.23%

 BLUE value IS 149 (58.59% from 255) = 38.21%

R = 2.56%
G = 59.23%
B = 38.21%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.35

 K value IS 0.09

RGB Variations

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

Color information

#0AE795 (or 0x0AE795) is known color: Medium Spring Green. HEX triplet: 0A, E7 and 95. RGB value is (10,231,149). Sum of RGB (Red+Green+Blue) = 10+231+149=390 (51% of max value = 765). Red value is 10 (4.30% from 255 or 2.56% from 390); Green value is 231 (90.62% from 255 or 59.23% from 390); Blue value is 149 (58.59% from 255 or 38.21% from 390); Max value from RGB is 231 - color contains mainly: green. Hex color #0AE795 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0AE795 is #F5186A. Grayscale: #9B9B9B. Windows color (decimal): -16062571 or 9824010. OLE color: 9824010.

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

Color convert

RGB 10 231 149 -
CMYK 0.96 0 0.35 0.09
HSL 157.74º 0.92% 0.47% -
HSV(B) 157.74º 0.96% 0.91% -
XYZ 34.13 59.39 38.1 -
YUV 155.57 124.28 24.17 -
System Red Green Blue C M Y K H S L
Decimal 10 231 149 0.96 0 0.35 0.09 157.74 0.92 0.47
Hex A E7 95 60 0 23 9 9E 5C 2F
Octal 12 347 225 140 0 43 11 236 134 57
Binary 1010 11100111 10010101 1100000 0 100011 1001 10011110 1011100 101111

Color Harmonies of #0AE795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AE795

Black with #0AE795

Text Example


Text Example

White with #0AE795

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,231,149); }

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

background-color css

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

 a { background-color: rgb(10,231,149); }

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

border-color css

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

 span { border-color: rgb(10,231,149); }

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