#0AE78D

Color #0AE78D Medium Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Spring Green #0AE78D

Tints of Medium Spring Green #0AE78D

Color information

#0AE78D (or 0x0AE78D) is unknown color: approx Medium Spring Green. HEX triplet: 0A, E7 and 8D. RGB value is (10,231,141). Sum of RGB (Red+Green+Blue) = 10+231+141=382 (50% of max value = 765). Red value is 10 (4.30% from 255 or 2.62% from 382); Green value is 231 (90.62% from 255 or 60.47% from 382); Blue value is 141 (55.47% from 255 or 36.91% from 382); Max value from RGB is 231 - color contains mainly: green. Hex color #0AE78D is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0AE78D is #F51872. Grayscale: #9A9A9A. Windows color (decimal): -16062579 or 9299722. OLE color: 9299722.

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

Color convert

RGB10231141-
CMYK0.9600.390.09
HSL155.57º91.7%47.25%-
HSV(B)155.57º95.67%90.59%-
XYZ33.5159.1434.85-
YUV154.66120.2824.82-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.62%
GREEN value IS 231 (90.62% from 255) = 60.47%
BLUE value IS 141 (55.47% from 255) = 36.91%
R=2.62%
G=60.47%
B=36.91%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal102311410.9600.390.09155.5791.747.25
HexAE78D6002799c5c2f
Octal123472151400471123413457
Binary10101110011110001101110000001001111001100111001011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AE78D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0AE78D;
 }
 .AnyTagClassName
 {
   color: #0AE78D;
 }
</style>
background-color css

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

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

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

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

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

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