#0DF197

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

Shades of Medium Spring Green #0DF197

Tints of Medium Spring Green #0DF197

Color information

#0DF197 (or 0x0DF197) is unknown color: approx Medium Spring Green. HEX triplet: 0D, F1 and 97. RGB value is (13,241,151). Sum of RGB (Red+Green+Blue) = 13+241+151=405 (53% of max value = 765). Red value is 13 (5.47% from 255 or 3.21% from 405); Green value is 241 (94.53% from 255 or 59.51% from 405); Blue value is 151 (59.38% from 255 or 37.28% from 405); Max value from RGB is 241 - color contains mainly: green. Hex color #0DF197 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0DF197 is #F20E68. Grayscale: #A2A2A2. Windows color (decimal): -15863401 or 9957645. OLE color: 9957645.

HSL color Cylindrical-coordinate representation of color #0DF197: hue angle of 156.32º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DF197 is Cyan = 0.95, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.05.

Color convert

RGB13241151-
CMYK0.9500.370.05
HSL156.32º89.76%49.8%-
HSV(B)156.32º94.61%94.51%-
XYZ37.2165.2339.91-
YUV162.57121.4621.32-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.21%
GREEN value IS 241 (94.53% from 255) = 59.51%
BLUE value IS 151 (59.38% from 255) = 37.28%
R=3.21%
G=59.51%
B=37.28%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal132411510.9500.370.05156.3289.7649.8
HexDF1975F02559c5a32
Octal15361227137045523413262
Binary1101111100011001011110111110100101101100111001011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DF197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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