#0DE59C

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

Shades of Medium Spring Green #0DE59C

Tints of Medium Spring Green #0DE59C

Color information

#0DE59C (or 0x0DE59C) is unknown color: approx Medium Spring Green. HEX triplet: 0D, E5 and 9C. RGB value is (13,229,156). Sum of RGB (Red+Green+Blue) = 13+229+156=398 (52% of max value = 765). Red value is 13 (5.47% from 255 or 3.27% from 398); Green value is 229 (89.84% from 255 or 57.54% from 398); Blue value is 156 (61.33% from 255 or 39.20% from 398); Max value from RGB is 229 - color contains mainly: green. Hex color #0DE59C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DE59C is #F21A63. Grayscale: #9C9C9C. Windows color (decimal): -15866468 or 10282253. OLE color: 10282253.

HSL color Cylindrical-coordinate representation of color #0DE59C: hue angle of 159.72º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DE59C is Cyan = 0.94, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.10.

Color convert

RGB13229156-
CMYK0.9400.320.10
HSL159.72º89.26%47.45%-
HSV(B)159.72º94.32%89.8%-
XYZ34.1958.5240.95-
YUV156.09127.9425.94-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.27%
GREEN value IS 229 (89.84% from 255) = 57.54%
BLUE value IS 156 (61.33% from 255) = 39.20%
R=3.27%
G=57.54%
B=39.20%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal132291560.9400.320.10159.7289.2647.45
HexDE59C5E020Aa0592f
Octal153452341360401224013157
Binary11011110010110011100101111001000001010101000001011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DE59C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,229,156); }

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

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

 a { background-color: rgb(13,229,156); }

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

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

 span { border-color: rgb(13,229,156); }

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