#0DEB97

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

Shades of Medium Spring Green #0DEB97

Tints of Medium Spring Green #0DEB97

Color information

#0DEB97 (or 0x0DEB97) is unknown color: approx Medium Spring Green. HEX triplet: 0D, EB and 97. RGB value is (13,235,151). Sum of RGB (Red+Green+Blue) = 13+235+151=399 (52% of max value = 765). Red value is 13 (5.47% from 255 or 3.26% from 399); Green value is 235 (92.19% from 255 or 58.90% from 399); Blue value is 151 (59.38% from 255 or 37.84% from 399); Max value from RGB is 235 - color contains mainly: green. Hex color #0DEB97 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0DEB97 is #F21468. Grayscale: #9F9F9F. Windows color (decimal): -15864937 or 9956109. OLE color: 9956109.

HSL color Cylindrical-coordinate representation of color #0DEB97: hue angle of 157.3º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DEB97 is Cyan = 0.94, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.08.

Color convert

RGB13235151-
CMYK0.9400.360.08
HSL157.3º89.52%48.63%-
HSV(B)157.3º94.47%92.16%-
XYZ35.4661.7439.33-
YUV159.05123.4523.83-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.26%
GREEN value IS 235 (92.19% from 255) = 58.90%
BLUE value IS 151 (59.38% from 255) = 37.84%
R=3.26%
G=58.90%
B=37.84%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal132351510.9400.360.08157.389.5248.63
HexDEB975E02489d5a31
Octal153532271360441023513261
Binary11011110101110010111101111001001001000100111011011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DEB97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,235,151); }

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

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

 a { background-color: rgb(13,235,151); }

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

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

 span { border-color: rgb(13,235,151); }

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