#0DE892

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

Shades of Medium Spring Green #0DE892

Tints of Medium Spring Green #0DE892

Color information

#0DE892 (or 0x0DE892) is unknown color: approx Medium Spring Green. HEX triplet: 0D, E8 and 92. RGB value is (13,232,146). Sum of RGB (Red+Green+Blue) = 13+232+146=391 (51% of max value = 765). Red value is 13 (5.47% from 255 or 3.32% from 391); Green value is 232 (91.02% from 255 or 59.34% from 391); Blue value is 146 (57.42% from 255 or 37.34% from 391); Max value from RGB is 232 - color contains mainly: green. Hex color #0DE892 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0DE892 is #F2176D. Grayscale: #9C9C9C. Windows color (decimal): -15865710 or 9627661. OLE color: 9627661.

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

Color convert

RGB13232146-
CMYK0.9400.370.09
HSL156.44º89.39%48.04%-
HSV(B)156.44º94.4%90.98%-
XYZ34.2159.8736.95-
YUV156.72121.9525.49-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.32%
GREEN value IS 232 (91.02% from 255) = 59.34%
BLUE value IS 146 (57.42% from 255) = 37.34%
R=3.32%
G=59.34%
B=37.34%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal132321460.9400.370.09156.4489.3948.04
HexDE8925E02599c5930
Octal153502221360451123413160
Binary11011110100010010010101111001001011001100111001011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DE892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,232,146); }

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

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

 a { background-color: rgb(13,232,146); }

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

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

 span { border-color: rgb(13,232,146); }

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