#0DEB92

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

Shades of Medium Spring Green #0DEB92

Tints of Medium Spring Green #0DEB92

Color information

#0DEB92 (or 0x0DEB92) is unknown color: approx Medium Spring Green. HEX triplet: 0D, EB and 92. RGB value is (13,235,146). Sum of RGB (Red+Green+Blue) = 13+235+146=394 (52% of max value = 765). Red value is 13 (5.47% from 255 or 3.30% from 394); Green value is 235 (92.19% from 255 or 59.64% from 394); Blue value is 146 (57.42% from 255 or 37.06% from 394); Max value from RGB is 235 - color contains mainly: green. Hex color #0DEB92 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0DEB92 is #F2146D. Grayscale: #9E9E9E. Windows color (decimal): -15864942 or 9628429. OLE color: 9628429.

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

Color convert

RGB13235146-
CMYK0.9400.380.08
HSL155.95º89.52%48.63%-
HSV(B)155.95º94.47%92.16%-
XYZ35.0661.5837.23-
YUV158.48120.9524.24-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.30%
GREEN value IS 235 (92.19% from 255) = 59.64%
BLUE value IS 146 (57.42% from 255) = 37.06%
R=3.30%
G=59.64%
B=37.06%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal132351460.9400.380.08155.9589.5248.63
HexDEB925E02689c5a31
Octal153532221360461023413261
Binary11011110101110010010101111001001101000100111001011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DEB92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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