#0DE78A

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

Shades of Medium Spring Green #0DE78A

Tints of Medium Spring Green #0DE78A

Color information

#0DE78A (or 0x0DE78A) is unknown color: approx Medium Spring Green. HEX triplet: 0D, E7 and 8A. RGB value is (13,231,138). Sum of RGB (Red+Green+Blue) = 13+231+138=382 (50% of max value = 765). Red value is 13 (5.47% from 255 or 3.40% from 382); Green value is 231 (90.62% from 255 or 60.47% from 382); Blue value is 138 (54.30% from 255 or 36.13% from 382); Max value from RGB is 231 - color contains mainly: green. Hex color #0DE78A is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0DE78A is #F21875. Grayscale: #9B9B9B. Windows color (decimal): -15865974 or 9103117. OLE color: 9103117.

HSL color Cylindrical-coordinate representation of color #0DE78A: hue angle of 154.4º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DE78A is Cyan = 0.94, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.09.

Color convert

RGB13231138-
CMYK0.9400.400.09
HSL154.4º89.34%47.84%-
HSV(B)154.4º94.37%90.59%-
XYZ33.3359.0733.69-
YUV155.22118.2826.56-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.40%
GREEN value IS 231 (90.62% from 255) = 60.47%
BLUE value IS 138 (54.30% from 255) = 36.13%
R=3.40%
G=60.47%
B=36.13%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal132311380.9400.400.09154.489.3447.84
HexDE78A5E02899a5930
Octal153472121360501123213160
Binary11011110011110001010101111001010001001100110101011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DE78A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,231,138); }

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

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

 a { background-color: rgb(13,231,138); }

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

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

 span { border-color: rgb(13,231,138); }

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