#0DE998

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

Shades of Medium Spring Green #0DE998

Tints of Medium Spring Green #0DE998

Color information

#0DE998 (or 0x0DE998) is unknown color: approx Medium Spring Green. HEX triplet: 0D, E9 and 98. RGB value is (13,233,152). Sum of RGB (Red+Green+Blue) = 13+233+152=398 (52% of max value = 765). Red value is 13 (5.47% from 255 or 3.27% from 398); Green value is 233 (91.41% from 255 or 58.54% from 398); Blue value is 152 (59.77% from 255 or 38.19% from 398); Max value from RGB is 233 - color contains mainly: green. Hex color #0DE998 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0DE998 is #F21667. Grayscale: #9E9E9E. Windows color (decimal): -15865448 or 10021133. OLE color: 10021133.

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

Color convert

RGB13233152-
CMYK0.9400.350.09
HSL157.91º89.43%48.24%-
HSV(B)157.91º94.42%91.37%-
XYZ34.9760.6339.57-
YUV157.99124.6124.59-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.27%
GREEN value IS 233 (91.41% from 255) = 58.54%
BLUE value IS 152 (59.77% from 255) = 38.19%
R=3.27%
G=58.54%
B=38.19%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal132331520.9400.350.09157.9189.4348.24
HexDE9985E02399e5930
Octal153512301360431123613160
Binary11011110100110011000101111001000111001100111101011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DE998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,233,152); }

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

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

 a { background-color: rgb(13,233,152); }

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

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

 span { border-color: rgb(13,233,152); }

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