#0DF6A6

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

Shades of Medium Spring Green #0DF6A6

Tints of Medium Spring Green #0DF6A6

Color information

#0DF6A6 (or 0x0DF6A6) is unknown color: approx Medium Spring Green. HEX triplet: 0D, F6 and A6. RGB value is (13,246,166). Sum of RGB (Red+Green+Blue) = 13+246+166=425 (56% of max value = 765). Red value is 13 (5.47% from 255 or 3.06% from 425); Green value is 246 (96.48% from 255 or 57.88% from 425); Blue value is 166 (65.23% from 255 or 39.06% from 425); Max value from RGB is 246 - color contains mainly: green. Hex color #0DF6A6 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0DF6A6 is #F20959. Grayscale: #A7A7A7. Windows color (decimal): -15862106 or 10941965. OLE color: 10941965.

HSL color Cylindrical-coordinate representation of color #0DF6A6: hue angle of 159.4º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DF6A6 is Cyan = 0.95, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.04.

Color convert

RGB13246166-
CMYK0.9500.330.04
HSL159.4º92.83%50.78%-
HSV(B)159.4º94.72%96.47%-
XYZ4068.7547.24-
YUV167.21127.3118-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.06%
GREEN value IS 246 (96.48% from 255) = 57.88%
BLUE value IS 166 (65.23% from 255) = 39.06%
R=3.06%
G=57.88%
B=39.06%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal132461660.9500.330.04159.492.8350.78
HexDF6A65F02149f5d33
Octal15366246137041423713563
Binary1101111101101010011010111110100001100100111111011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DF6A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,246,166); }

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

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

 a { background-color: rgb(13,246,166); }

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

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

 span { border-color: rgb(13,246,166); }

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